Moving that "#if TARGET_HOST_UNIX_X11" to the correct place.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@164 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
cjp 2003-08-19 00:11:59 +00:00
parent 9f2e97a2cc
commit 1dcd0f8f28

View File

@ -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
*/