diff options
author | Extraterrestrial <[email protected]> | 2013-06-23 04:13:40 +0400 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-24 09:29:15 +0100 |
commit | 62bf199982e977236d040102efa13862f189c32b (patch) | |
tree | 8cb4e9d1c9eee18d8edcde9eedde97eb92f486fd /src/core/window-private.h | |
parent | 6f4ee23657a8fbaed9cc89e56e08b543203fefd3 (diff) | |
download | marco-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.h | 3 |
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 |