X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_gamemode.c;h=f5e629cec806b9637f050b06b1dd2d062e731561;hb=1203246df4a791a1e1b87b706ae89821655cc4b1;hp=deeb63f44d413a1fa1e4ad9b540d591861c2918f;hpb=f22de63d436e44a5237ba55a7373c9514f23fd45;p=freeglut diff --git a/src/freeglut_gamemode.c b/src/freeglut_gamemode.c index deeb63f..f5e629c 100644 --- a/src/freeglut_gamemode.c +++ b/src/freeglut_gamemode.c @@ -59,10 +59,10 @@ static int xrandr_resize(int xsz, int ysz, int rate, int just_checking) * the user actually cares about it (rate > 0) */ use_rate = ( rate > 0 ) && ( ( ver_major >= 1 ) || - ( ver_major == 1 ) && ( ver_minor >= 1 ) ); + ( ( ver_major == 1 ) && ( ver_minor >= 1 ) ) ); /* this loop is only so that the whole thing will be repeated if someone - * else changes video mode between our query the current information and + * else changes video mode between our query of the current information and * the attempt to change it. */ do {