mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] x11: remove pointer motion event mask
This was added as a test when developing the overlapping window code and is not needed/used.
This commit is contained in:
parent
62725bcb9d
commit
7acbc57bc7
1 changed files with 1 additions and 2 deletions
|
@ -106,8 +106,7 @@ static bool x11Init(const LG_DSInitParams params)
|
|||
.event_mask =
|
||||
StructureNotifyMask |
|
||||
PropertyChangeMask |
|
||||
ExposureMask |
|
||||
PointerMotionMask
|
||||
ExposureMask
|
||||
};
|
||||
unsigned long swaMask = CWEventMask;
|
||||
|
||||
|
|
Loading…
Reference in a new issue