From dfa271fab6c2af18e7f0a320062fecb9a2bcb66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Thu, 18 Aug 2016 16:33:02 +0300 Subject: frames: fix pressed state of menu button https://bugzilla.gnome.org/show_bug.cgi?id=394787 --- src/ui/frames.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/frames.h') 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; -- cgit v1.2.1