fix mouse focus not returning from a LS on follow mouse 0
This commit is contained in:
parent
f6ecef0959
commit
ba0c5fe0bb
2 changed files with 14 additions and 3 deletions
|
|
@ -105,6 +105,9 @@ private:
|
|||
bool m_bEmptyFocusCursorSet = false;
|
||||
Vector2D m_vLastCursorPosFloored = Vector2D();
|
||||
|
||||
// for some bugs in follow mouse 0
|
||||
bool m_bLastFocusOnLS = false;
|
||||
|
||||
void processMouseDownNormal(wlr_pointer_button_event* e);
|
||||
void processMouseDownKill(wlr_pointer_button_event* e);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue