[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:
Geoffrey McRae 2021-05-04 18:05:11 +10:00
parent 62725bcb9d
commit 7acbc57bc7

View file

@ -106,8 +106,7 @@ static bool x11Init(const LG_DSInitParams params)
.event_mask =
StructureNotifyMask |
PropertyChangeMask |
ExposureMask |
PointerMotionMask
ExposureMask
};
unsigned long swaMask = CWEventMask;