diff options
author | Florian Müllner <fmuellner@gnome.org> | 2018-09-08 13:26:13 +0200 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-11-26 13:12:18 +0000 |
commit | 6e1b14b26be8455abb3912e36d51c5bef25a12e5 (patch) | |
tree | a51eb81e9bda0dd46b9ce7b2d2e087f56e323170 /src/x11/atomnames.h | |
parent | ca7c5c1223ba6d264cd6461a7972e7e57c00ff79 (diff) | |
download | mutter-6e1b14b26be8455abb3912e36d51c5bef25a12e5.tar.gz |
x11: Remove hide-titlebar-when-maximized support
It's a UI pattern that has been superseded by client-side decorations,
apps that used to set the hint have generally moved on to headerbars.
Given that and the limitation to server-side decorated X11 windows,
GTK4 removed the client-side API for setting the hint, it's time to
follow suite and retire the feature.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/221
Diffstat (limited to 'src/x11/atomnames.h')
-rw-r--r-- | src/x11/atomnames.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/x11/atomnames.h b/src/x11/atomnames.h index ed3c72a09..b61f47ff4 100644 --- a/src/x11/atomnames.h +++ b/src/x11/atomnames.h @@ -54,7 +54,6 @@ item(WM_ICON_SIZE) item(_KWM_WIN_ICON) item(_MUTTER_HINTS) item(_GTK_THEME_VARIANT) -item(_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED) item(_GTK_APPLICATION_ID) item(_GTK_UNIQUE_BUS_NAME) item(_GTK_APPLICATION_OBJECT_PATH) |