diff options
Diffstat (limited to 'beryl-plugins/src/rotate.c')
-rw-r--r-- | beryl-plugins/src/rotate.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/beryl-plugins/src/rotate.c b/beryl-plugins/src/rotate.c index e31a840..61e4588 100644 --- a/beryl-plugins/src/rotate.c +++ b/beryl-plugins/src/rotate.c @@ -141,7 +141,7 @@ static int displayPrivateIndex; #define ROTATE_DISPLAY_OPTION_EDGEFLIP_POINTER 5 #define ROTATE_DISPLAY_OPTION_EDGEFLIP_WINDOW 6 #define ROTATE_DISPLAY_OPTION_EDGEFLIP_DND 7 -#define ROTATE_DISPLAY_OPTION_FLIPTIME 44 +#define ROTATE_DISPLAY_OPTION_INITIATE_ALL 8 #define ROTATE_DISPLAY_OPTION_TO_1 9 #define ROTATE_DISPLAY_OPTION_TO_2 10 #define ROTATE_DISPLAY_OPTION_TO_3 11 @@ -175,9 +175,9 @@ static int displayPrivateIndex; #define ROTATE_DISPLAY_OPTION_DOWN 39 #define ROTATE_DISPLAY_OPTION_INITIATEDESKTOP 40 #define ROTATE_DISPLAY_OPTION_STICKY_INITIATE 41 -#define ROTATE_DISPLAY_OPTION_FLIP_LEFT 42 -#define ROTATE_DISPLAY_OPTION_FLIP_RIGHT 43 -#define ROTATE_DISPLAY_OPTION_INITIATE_ALL 8 +#define ROTATE_DISPLAY_OPTION_FLIPTIME 42 +#define ROTATE_DISPLAY_OPTION_FLIP_LEFT 43 +#define ROTATE_DISPLAY_OPTION_FLIP_RIGHT 44 #define ROTATE_DISPLAY_OPTION_NUM 45 |