summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBenjamin Valentin <[email protected]>2012-01-08 07:49:32 +0100
committerBenjamin Valentin <benpicco@rechenknecht2k7.(none)>2012-03-16 00:26:43 +0100
commit01aeeb15748062b183c5ec400ef7bad67cf60f27 (patch)
treecd01d43a7de7e3f8d365b5d9cc6ac43beb6892fe /src/include
parent6e5c6ab190ca9bddf0e2b694abd0100ab5fcc11c (diff)
downloadmarco-01aeeb15748062b183c5ec400ef7bad67cf60f27.tar.bz2
marco-01aeeb15748062b183c5ec400ef7bad67cf60f27.tar.xz
Change the behavior of the maximize button so that a middle click on it will maximize the window vertically, a right click horizontally.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h
index ccb592f6..b0308f42 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -131,7 +131,11 @@ typedef enum
/* Frame button ops */
META_GRAB_OP_CLICKING_MINIMIZE,
META_GRAB_OP_CLICKING_MAXIMIZE,
+ META_GRAB_OP_CLICKING_MAXIMIZE_VERTICAL,
+ META_GRAB_OP_CLICKING_MAXIMIZE_HORIZONTAL,
META_GRAB_OP_CLICKING_UNMAXIMIZE,
+ META_GRAB_OP_CLICKING_UNMAXIMIZE_VERTICAL,
+ META_GRAB_OP_CLICKING_UNMAXIMIZE_HORIZONTAL,
META_GRAB_OP_CLICKING_DELETE,
META_GRAB_OP_CLICKING_MENU,
META_GRAB_OP_CLICKING_SHADE,