mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
b4fe1fdd95
We setup Xwayland in an early phase of the X11 display, before we had a MetaX11Display, and teared down in a couple of places happening when tearing down the Xwayland integration if the X server died or terminated. It was a bit hard to follow what happened and when it happened. Attempt to clean this up a bit, with things being structured as follows: * Early during X11 display connection setup, only setup the rudimentary X11 hooks, being the libX11 error callbacks, and adding the local user to XHost. * Move "initialize Xwayland component" code to a new 'x11-display-setup' signal handler. Things setup here are cleaned up in the 'x11-display-closing' handler. * Connect to 'x11-display-setup' and 'x11-display-closing' up front, and stay connected to these two. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1796> |
||
---|---|---|
.. | ||
atomnames.h | ||
events.c | ||
events.h | ||
group-private.h | ||
group-props.c | ||
group-props.h | ||
group.c | ||
iconcache.c | ||
iconcache.h | ||
meta-selection-source-x11-private.h | ||
meta-selection-source-x11.c | ||
meta-startup-notification-x11.c | ||
meta-startup-notification-x11.h | ||
meta-x11-display-private.h | ||
meta-x11-display.c | ||
meta-x11-errors.c | ||
meta-x11-selection-input-stream-private.h | ||
meta-x11-selection-input-stream.c | ||
meta-x11-selection-output-stream-private.h | ||
meta-x11-selection-output-stream.c | ||
meta-x11-selection-private.h | ||
meta-x11-selection.c | ||
meta-x11-stack-private.h | ||
meta-x11-stack.c | ||
meta-x11-window-control.c | ||
meta-x11-window-control.h | ||
mutter-Xatomtype.h | ||
session.c | ||
session.h | ||
window-props.c | ||
window-props.h | ||
window-x11-private.h | ||
window-x11.c | ||
window-x11.h | ||
xprops.c | ||
xprops.h |