summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-02-26 23:04:39 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-02-26 23:04:39 +0200
commit823ec6832ab1e7ba5412f3de8706572bd03df780 (patch)
tree7064d1a5a42e57e82d7846937d124392b880dc6b /src/core/window-private.h
parente7d3a6ceed1b34ffe7490efe7b3eb127cbec08f1 (diff)
downloadmetacity-823ec6832ab1e7ba5412f3de8706572bd03df780.tar.gz
window: add override_redirect to MetaWindow struct
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index fe36694e..2df96136 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -128,6 +128,9 @@ struct _MetaWindow
/* Initial timestamp property */
guint32 initial_timestamp;
+ /* Whether this is an override redirect window or not */
+ guint override_redirect : 1;
+
/* Whether we're maximized */
guint maximized_horizontally : 1;
guint maximized_vertically : 1;