From ededa16504b85675e71facf9661c676a455bd713 Mon Sep 17 00:00:00 2001 From: maniac Date: Fri, 16 Feb 2007 07:49:17 +0000 Subject: rotate plugin: FLIP_LEFT and FLIP_RIGHT options must be at the end of the list git-svn-id: file:///beryl/trunk@4093 d7aaf104-2d23-0410-ae22-9d23157bf5a3 --- beryl-plugins/src/rotate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'beryl-plugins/src/rotate.c') 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 -- cgit v1.1