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:
@ -33,6 +33,8 @@ test_devices_main (int argc, char **argv)
|
||||
TestDevicesApp *app = NULL;
|
||||
ClutterColor stage_color = { 0x61, 0x64, 0x8c, 0xff };
|
||||
|
||||
g_type_init();
|
||||
|
||||
clutter_x11_enable_xinput ();
|
||||
clutter_init (&argc, &argv);
|
||||
|
||||
|
Reference in New Issue
Block a user