X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_init.c;h=43d3e2590b3236da4913422441c80da927819004;hb=a630da4d7b24b4147120facf3f7a6a6839d31fb5;hp=2e18660c4e1e0de3b81532469f5a32a4d7e0268f;hpb=d67937396dc33c86017012859b2d9ed010fc6c88;p=freeglut diff --git a/src/freeglut_init.c b/src/freeglut_init.c index 2e18660..43d3e25 100644 --- a/src/freeglut_init.c +++ b/src/freeglut_init.c @@ -173,11 +173,11 @@ void fgInitialize( const char* displayName ) wc.hIcon = LoadIcon( fgDisplay.Instance, _T("GLUT_ICON") ); #if TARGET_HOST_WIN32 - wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW; + wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW; if (!wc.hIcon) wc.hIcon = LoadIcon( NULL, IDI_WINLOGO ); #else //TARGET_HOST_WINCE - wc.style = CS_HREDRAW | CS_VREDRAW; + wc.style = CS_HREDRAW | CS_VREDRAW; #endif wc.hCursor = LoadCursor( NULL, IDC_ARROW ); @@ -213,7 +213,7 @@ void fgInitialize( const char* displayName ) #if !TARGET_HOST_WINCE fgJoystickInit( 0 ); fgJoystickInit( 1 ); -#endif //!TARGET_HOST_WINCE +#endif /* !TARGET_HOST_WINCE */ fgState.Initialised = GL_TRUE; } @@ -259,7 +259,7 @@ void fgDeinitialize( void ) #if !TARGET_HOST_WINCE fgJoystickClose( ); -#endif //!TARGET_HOST_WINCE +#endif /* !TARGET_HOST_WINCE */ fgState.Initialised = GL_FALSE; @@ -623,7 +623,7 @@ void FGAPIENTRY glutInit( int* pargc, char** argv ) } } -#endif //TARGET_HOST_WINCE +#endif /* TARGET_HOST_WINCE */ /* * Have the display created now. If there wasn't a "-display"