seat: fix double scrolling in some applications (#8583)
This commit is contained in:
parent
2687788236
commit
1fb720b62a
3 changed files with 9 additions and 2 deletions
|
|
@ -136,6 +136,10 @@ CWLPointerResource::CWLPointerResource(SP<CWlPointer> resource_, SP<CWLSeatResou
|
|||
sendEnter(g_pSeatManager->state.pointerFocus.lock(), {-1, -1} /* Coords don't really matter that much, they will be updated next move */);
|
||||
}
|
||||
|
||||
int CWLPointerResource::version() {
|
||||
return resource->version();
|
||||
}
|
||||
|
||||
bool CWLPointerResource::good() {
|
||||
return resource->resource();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue