From: Christopher John Purnell Date: Tue, 19 Aug 2003 00:11:59 +0000 (+0000) Subject: Moving that "#if TARGET_HOST_UNIX_X11" to the correct place. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=72e831197a5b7494d02be60bc905533c79abab20;p=freeglut Moving that "#if TARGET_HOST_UNIX_X11" to the correct place. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@164 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_gamemode.c b/src/freeglut_gamemode.c index 0813d41..490d2f6 100644 --- a/src/freeglut_gamemode.c +++ b/src/freeglut_gamemode.c @@ -131,6 +131,7 @@ void fghRememberState( void ) */ void fghRestoreState( void ) { +#if TARGET_HOST_UNIX_X11 /* * Restore the remembered pointer position: */ @@ -139,8 +140,6 @@ void fghRestoreState( void ) fgDisplay.DisplayPointerX, fgDisplay.DisplayPointerY ); -#if TARGET_HOST_UNIX_X11 - /* * This highly depends on the XFree86 extensions, not approved as X Consortium standards */