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:
parent
9f2e97a2cc
commit
1dcd0f8f28
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user