summaryrefslogtreecommitdiff
path: root/src/ui/frames.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-07 05:37:23 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-10-07 05:37:23 +0300
commit6a2cc159454621bbe49d3604283aeee2ea911fe5 (patch)
treefb5f90adc4fa7fe855d89f683b9dcaf1d84fb86d /src/ui/frames.h
parentd2b13461b5397dcc6e6bcb0e87a9b9fa0716a1a5 (diff)
downloadmetacity-6a2cc159454621bbe49d3604283aeee2ea911fe5.tar.gz
add support for app-menu button in theme
Add app-menu button support in themes. This is done only to support metacity theme format 3.5 version. Metacity will not show this button! Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=c2ea650b3c484312c14f69b8b245ab117ef7c6e1
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 1e83ffd4..418aadd7 100644
--- a/src/ui/frames.h
+++ b/src/ui/frames.h
@@ -33,6 +33,7 @@ typedef enum
META_FRAME_CONTROL_TITLE,
META_FRAME_CONTROL_DELETE,
META_FRAME_CONTROL_MENU,
+ META_FRAME_CONTROL_APPMENU,
META_FRAME_CONTROL_MINIMIZE,
META_FRAME_CONTROL_MAXIMIZE,
META_FRAME_CONTROL_UNMAXIMIZE,