From 3ed0ddb242a4804cd7fcfcfcf39a47766eaa816d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 10 Apr 2021 16:37:40 +0200 Subject: window: add support for _GNOME_WM_STRUT_AREA In addition to existing properties use also new _GNOME_WM_STRUT_AREA property that allows creating struts between monitors. 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/922de13 --- 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 059594d3..cea869d0 100644 --- a/src/core/atomnames.h +++ b/src/core/atomnames.h @@ -65,6 +65,7 @@ item(_GTK_WORKAREAS) item(_MATE_PANEL_ACTION) item(_MATE_PANEL_ACTION_MAIN_MENU) item(_MATE_PANEL_ACTION_RUN_DIALOG) +item(_GNOME_WM_STRUT_AREA) item(_MARCO_SENTINEL) item(_MARCO_VERSION) item(WM_CLIENT_MACHINE) -- cgit v1.2.1