mirror of
https://github.com/brl/mutter.git
synced 2025-03-29 14:43:47 +00:00

Now that we have two connections to the X server, the idea of a ref-counted server grab that might be held across extended portions of code is very dangerous since we might try to use the backend connection while the frontend connection is grabbed. Replace the only usage (which was local) with direct XGrabServer/XUngrabServer usage and remove the meta_display_grab() API. https://bugzilla.gnome.org/show_bug.cgi?id=733068
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%