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 =
|
.event_mask =
|
||||||
StructureNotifyMask |
|
StructureNotifyMask |
|
||||||
PropertyChangeMask |
|
PropertyChangeMask |
|
||||||
ExposureMask |
|
ExposureMask
|
||||||
PointerMotionMask
|
|
||||||
};
|
};
|
||||||
unsigned long swaMask = CWEventMask;
|
unsigned long swaMask = CWEventMask;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue