diff options
author | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-16 07:49:17 +0000 |
---|---|---|
committer | maniac <maniac@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-16 07:49:17 +0000 |
commit | ededa16504b85675e71facf9661c676a455bd713 (patch) | |
tree | 28c72ad9c90e89501d6258f6cd877acc4bc181aa /beryl-plugins/src/rotate.c | |
parent | bfb2f57ed827a601f65350cc4b69f80624a58025 (diff) | |
download | marex-dev-ededa16504b85675e71facf9661c676a455bd713.tar.gz marex-dev-ededa16504b85675e71facf9661c676a455bd713.tar.bz2 |
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
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 |