Commit 266cd6c4 authored by William Pettersson's avatar William Pettersson Committed by Alexandre Julliard

winex11: Add grab for XInput2 ButtonPress event.

parent c5d457c8
......@@ -305,6 +305,7 @@ static void enable_xinput2(void)
mask.mask_len = sizeof(mask_bits);
memset( mask_bits, 0, sizeof(mask_bits) );
XISetMask( mask_bits, XI_RawMotion );
XISetMask( mask_bits, XI_ButtonPress );
for (i = 0; i < count; ++i)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment