Support bypass compositor hints

Add support for _NET_WM_BYPASS_COMPOSITOR and _NET_WM_DONT_BYPASS_COMPOSITOR
as proposed here: https://mail.gnome.org/archives/wm-spec-list/2012-February/msg00010.html

https://bugzilla.gnome.org/show_bug.cgi?id=683020
This commit is contained in:
Adel Gadllah
2012-08-30 08:40:18 +02:00
parent 6f3ae06362
commit 3876a1a192
6 changed files with 94 additions and 2 deletions

View File

@@ -413,6 +413,10 @@ struct _MetaWindow
/* The currently complementary tiled window, if any */
MetaWindow *tile_match;
/* Bypass compositor hints */
guint bypass_compositor : 1;
guint dont_bypass_compositor : 1;
};
struct _MetaWindowClass