diff options
author | raveit65 <[email protected]> | 2021-04-10 14:21:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-06-07 20:09:03 +0200 |
commit | 4e4fd6c512423b16640914b33192a32f290b0ef1 (patch) | |
tree | fc0543f1a06f75523e281bdd535677c2f4103543 /src/core/atomnames.h | |
parent | 4ec1bb6d8f3f7079d52a71c40028b9ee93a00311 (diff) | |
download | marco-4e4fd6c512423b16640914b33192a32f290b0ef1.tar.bz2 marco-4e4fd6c512423b16640914b33192a32f290b0ef1.tar.xz |
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
Diffstat (limited to 'src/core/atomnames.h')
-rw-r--r-- | src/core/atomnames.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |