From 4e4fd6c512423b16640914b33192a32f290b0ef1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 10 Apr 2021 14:21:30 +0200 Subject: screen: add support for _GTK_WORKAREAS_Dn In addition to existing _NET_WORKAREA property set also new _GTK_WORKAREAS_Dn property where n is desktop number (between 0 and _NET_NUMBER_OF_DESKTOPS - 1). https://mail.gnome.org/archives/wm-spec-list/2018-December/msg00000.html https://gitlab.freedesktop.org/xdg/xdg-specs/merge_requests/22 origin commit: https://gitlab.gnome.org/GNOME/metacity/-/commit/3d8b03d --- src/core/atomnames.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/atomnames.h') diff --git a/src/core/atomnames.h b/src/core/atomnames.h index 3744f428..059594d3 100644 --- a/src/core/atomnames.h +++ b/src/core/atomnames.h @@ -61,6 +61,7 @@ item(_MARCO_TOGGLE_VERBOSE) item(_GTK_THEME_VARIANT) item(_GTK_FRAME_EXTENTS) item(_GTK_SHOW_WINDOW_MENU) +item(_GTK_WORKAREAS) item(_MATE_PANEL_ACTION) item(_MATE_PANEL_ACTION_MAIN_MENU) item(_MATE_PANEL_ACTION_RUN_DIALOG) -- cgit v1.2.1