diff options
author | Alexander Larsson <[email protected]> | 2012-01-09 17:55:18 +0100 |
---|---|---|
committer | Benjamin Valentin <benpicco@rechenknecht2k7.(none)> | 2012-03-16 00:32:51 +0100 |
commit | e2d0da87ec3f7add9643c7f7f424df080d95d8dc (patch) | |
tree | 81f0b3024b3440b881b9e61e165a93d23ca0b22d /src/core/display-private.h | |
parent | dacdbd19b2d6037235aa4ed1bd28f89286236046 (diff) | |
download | marco-e2d0da87ec3f7add9643c7f7f424df080d95d8dc.tar.bz2 marco-e2d0da87ec3f7add9643c7f7f424df080d95d8dc.tar.xz |
Introduce key combination to switch between windows on all workspaces taken from https://bugzilla.gnome.org/show_bug.cgi?id=577699
Diffstat (limited to 'src/core/display-private.h')
-rw-r--r-- | src/core/display-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/display-private.h b/src/core/display-private.h index 692e25f2..c59c5e19 100644 --- a/src/core/display-private.h +++ b/src/core/display-private.h @@ -445,7 +445,8 @@ typedef enum { META_TAB_LIST_NORMAL, META_TAB_LIST_DOCKS, - META_TAB_LIST_GROUP + META_TAB_LIST_GROUP, + META_TAB_LIST_NORMAL_ALL_WORKSPACES } MetaTabList; typedef enum |