diff options
author | Benjamin Valentin <[email protected]> | 2012-01-09 17:47:29 +0100 |
---|---|---|
committer | Benjamin Valentin <benpicco@rechenknecht2k7.(none)> | 2012-03-16 00:29:11 +0100 |
commit | dacdbd19b2d6037235aa4ed1bd28f89286236046 (patch) | |
tree | a63d9ea17ddd2f772bc64819cc348c644d5746b8 /src/include/common.h | |
parent | 3f122b87a866edb62d0402058f83974cf8a8fd54 (diff) | |
download | marco-dacdbd19b2d6037235aa4ed1bd28f89286236046.tar.bz2 marco-dacdbd19b2d6037235aa4ed1bd28f89286236046.tar.xz |
implement option for classic and toroidal workspace switching, based on https://bugzilla.gnome.org/show_bug.cgi?id=89315
Diffstat (limited to 'src/include/common.h')
-rw-r--r-- | src/include/common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h index b0308f42..73611e36 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -177,6 +177,13 @@ typedef enum typedef enum { + META_WRAP_NONE, + META_WRAP_CLASSIC, + META_WRAP_TOROIDAL +} MetaWrapStyle; + +typedef enum +{ META_ACTION_TITLEBAR_TOGGLE_SHADE, META_ACTION_TITLEBAR_TOGGLE_MAXIMIZE, META_ACTION_TITLEBAR_TOGGLE_MAXIMIZE_HORIZONTALLY, |