diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-04-23 15:14:37 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-04-23 15:14:37 -0700 |
commit | 3fea7a17d771321e355d179b72c836bd5412f33f (patch) | |
tree | e17215d4887346008d8fab78749242d4369e4928 | |
parent | b68cd854d2ef73e5f15cce11afed0e5872504dd7 (diff) |
-rw-r--r-- | src/gtk+-2.x/ctkopengl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk+-2.x/ctkopengl.c b/src/gtk+-2.x/ctkopengl.c index a570d78..a3f444f 100644 --- a/src/gtk+-2.x/ctkopengl.c +++ b/src/gtk+-2.x/ctkopengl.c @@ -143,7 +143,7 @@ static const char *__stereo_eyes_exchange_help = #define __IMAGE_SETTINGS (1 << 7) #define __XINERAMA_STEREO (1 << 8) #define __SHOW_SLI_HUD (1 << 9) -#define __STEREO_EYES_EXCHANGE (1 << 9) +#define __STEREO_EYES_EXCHANGE (1 << 10) |