clutter: Remove event retrieval toggle

This is x11-specific API that was added back when clutter was out
of tree. Just remove it and directly do what we want.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/672
This commit is contained in:
Carlos Garnacho
2019-03-29 14:35:37 +01:00
committed by Jonas Ådahl
parent d6aaef9954
commit ef93bb6471
5 changed files with 0 additions and 234 deletions

View File

@ -793,9 +793,6 @@ meta_backend_x11_init (MetaBackendX11 *x11)
* to hopefully call it before any other use of XLib.
*/
XInitThreads();
/* We do X11 event retrieval ourselves */
clutter_x11_disable_event_retrieval ();
}
Display *