diff options
author | Omar Zeidan <[email protected]> | 2017-12-20 20:30:44 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-01-01 13:47:16 -0500 |
commit | 9e2b7eff713b6881a60538e08e222dad0d364647 (patch) | |
tree | dbee16b716703a6bb8ed9be8ab450a6c566c7d0d /src/include/common.h | |
parent | 294d3ec5a0ae4a818fb2ce53d27a0a935a9ef760 (diff) | |
download | marco-9e2b7eff713b6881a60538e08e222dad0d364647.tar.bz2 marco-9e2b7eff713b6881a60538e08e222dad0d364647.tar.xz |
Implemented tabpopup when moving window to different workspace
Diffstat (limited to 'src/include/common.h')
-rw-r--r-- | src/include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h index 74137967..fd7de17c 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -131,6 +131,7 @@ typedef enum META_GRAB_OP_KEYBOARD_TABBING_GROUP, META_GRAB_OP_KEYBOARD_WORKSPACE_SWITCHING, + META_GRAB_OP_KEYBOARD_WORKSPACE_MOVING, /* Frame button ops */ META_GRAB_OP_CLICKING_MINIMIZE, |