dfaa6fdc14
We use this for tracking the deletable state of the client window, but forgot to check that the MWM_HINT_FUNCTIONS hint is set in hints.flags before checking hints.functions. This resulted in windows that do not specify this flag (and thus should go with the defaults) in being mistakenly removed the close button, as the functions flags would be typically 0 in that case. Fixes issues with Chromium and Electron applications missing the close button, since Chromium does this on X11. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2735> |
||
---|---|---|
.. | ||
main.c | ||
meson.build | ||
meta-frame-content.c | ||
meta-frame-content.h | ||
meta-frame-header.c | ||
meta-frame-header.h | ||
meta-frame.c | ||
meta-frame.h | ||
meta-window-tracker.c | ||
meta-window-tracker.h |