summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorExtraterrestrial <[email protected]>2013-06-23 04:13:40 +0400
committerStefano Karapetsas <[email protected]>2014-01-24 09:29:15 +0100
commit62bf199982e977236d040102efa13862f189c32b (patch)
tree8cb4e9d1c9eee18d8edcde9eedde97eb92f486fd /src/core/window-private.h
parent6f4ee23657a8fbaed9cc89e56e08b543203fefd3 (diff)
downloadmarco-62bf199982e977236d040102efa13862f189c32b.tar.bz2
marco-62bf199982e977236d040102efa13862f189c32b.tar.xz
Fix drag over the top screen edge
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 02c518e0..f88f8a4d 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -86,7 +86,8 @@ typedef enum {
typedef enum {
META_TILE_NONE,
META_TILE_LEFT,
- META_TILE_RIGHT
+ META_TILE_RIGHT,
+ META_TILE_MAXIMIZE
} MetaTileMode;
struct _MetaWindow