X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=56f8f24538d98dcd94f8316bf77c183b215a10a7;hb=cb35752f171cdd1ee2319194c890d86bc6242259;hp=1603df74bbfbcccf23589aeb54f074846856ba33;hpb=fc3fee8fa830aaba7aaa585cb021d5867c89385d;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 1603df7..56f8f24 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 ); /* @@ -700,7 +698,6 @@ void fgCloseWindow( SFG_Window* window ); void fgAddToWindowDestroyList ( SFG_Window* window ); void fgCloseWindows (); void fgDestroyWindow( SFG_Window* window ); -void fgClearCallBacks( SFG_Window *window ); /* Menu creation and destruction. Defined in freeglut_structure.c */ SFG_Menu* fgCreateMenu( FGCBMenu menuCallback );