summaryrefslogtreecommitdiff
path: root/src/ui/frames.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-08-18 16:33:02 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-08-18 16:33:02 +0300
commitdfa271fab6c2af18e7f0a320062fecb9a2bcb66c (patch)
tree1d97c78b3c80473861f06132c4192152d4a6f8f7 /src/ui/frames.h
parent91120542516401ee964b672d6165d01350ea778e (diff)
downloadmetacity-dfa271fab6c2af18e7f0a320062fecb9a2bcb66c.tar.gz
frames: fix pressed state of menu button
https://bugzilla.gnome.org/show_bug.cgi?id=394787
Diffstat (limited to 'src/ui/frames.h')
-rw-r--r--src/ui/frames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/frames.h b/src/ui/frames.h
index 5d30c9a7..c86ffb6d 100644
--- a/src/ui/frames.h
+++ b/src/ui/frames.h
@@ -71,6 +71,7 @@ struct _MetaUIFrame
gchar *title;
guint expose_delayed : 1;
guint shape_applied : 1;
+ guint ignore_leave_notify : 1;
/* FIXME get rid of this, it can just be in the MetaFrames struct */
MetaFrameControl prelit_control;