mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
[XInput] Get XInput working again.
Check for distros shipping out of sync header vs libXi, call in g_type_init() in test-devices, fix ifdef so XInput events get correctly selected.
This commit is contained in:
@ -182,7 +182,7 @@ clutter_stage_glx_realize (ClutterActor *actor)
|
||||
KeyPressMask | KeyReleaseMask |
|
||||
EnterWindowMask | LeaveWindowMask |
|
||||
PropertyChangeMask);
|
||||
#ifdef USE_XINPUT
|
||||
#ifdef HAVE_XINPUT
|
||||
_clutter_x11_select_events (stage_x11->xwin);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user