Code formatting tweak

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@477 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
nigels 2004-03-14 04:37:17 +00:00
parent 6065b3da65
commit 121d94e35c

View File

@ -1038,7 +1038,7 @@ void FGAPIENTRY glutFullScreen( void )
rect.bottom - rect.top, rect.bottom - rect.top,
SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOSENDCHANGING | SWP_NOACTIVATE | SWP_NOOWNERZORDER | SWP_NOSENDCHANGING |
SWP_NOZORDER SWP_NOZORDER
); );
#endif #endif
} }
} }