mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
ui: Remove obsolete GTK+ version check
This commit is contained in:
parent
93a16f6d43
commit
daac778f16
@ -66,9 +66,7 @@ meta_ui_init (void)
|
||||
* GDK will no longer generate the core XEvents we process.
|
||||
* So at least for now, enforce the previous behavior.
|
||||
*/
|
||||
#if GTK_CHECK_VERSION(2, 91, 7)
|
||||
gdk_disable_multidevice ();
|
||||
#endif
|
||||
|
||||
if (!gtk_init_check (NULL, NULL))
|
||||
meta_fatal ("Unable to open X display %s\n", XDisplayName (NULL));
|
||||
|
Loading…
Reference in New Issue
Block a user