X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffreeglut_internal.h;h=adfcb1b06bb36da341f5b6d91e357c38e917547b;hb=006650e1dd72e73249d41e2bcea8b1668262a999;hp=1603df74bbfbcccf23589aeb54f074846856ba33;hpb=fc3fee8fa830aaba7aaa585cb021d5867c89385d;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 1603df7..adfcb1b 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -655,11 +655,9 @@ extern SFG_State fgState; #define freeglut_assert_menu assert( fgStructure.Menu != NULL ); /* - * The initialize and deinitialize functions get called on glutInit() - * and glutMainLoop() end respectively. They should create/clean up + * The deinitialize function gets called on glutMainLoop() end. It should clean up * everything inside of the freeglut */ -void fgInitialize( const char* displayName ); void fgDeinitialize( void ); /*