X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_structure.c;h=747a8b5ec34943caba19fe2e38eaa1cd50dcff96;hb=207c3128bf025b5e025bace5c0425d380dd72aa9;hp=0fee95d9e7d4260155505330d1ecd5af230070c0;hpb=534da7a270994c4163b9d08e3daf739109c52226;p=freeglut diff --git a/src/fg_structure.c b/src/fg_structure.c index 0fee95d..747a8b5 100644 --- a/src/fg_structure.c +++ b/src/fg_structure.c @@ -83,7 +83,7 @@ SFG_Window* fgCreateWindow( SFG_Window* parent, const char* title, fgError( "Out of memory. Could not create window." ); } - fgPlatformCreateWindow ( window ); + fgPlatformCreateWindow ( window ); fghClearCallBacks( window ); SET_WCB( *window, Reshape, fghDefaultReshape, NULL); @@ -183,10 +183,10 @@ void fgAddToWindowDestroyList( SFG_Window* window ) SET_WCB( *window, Destroy, destroy, destroyData ); } - /* - * Similarly, clear all work set for the window, none of this has to be executed anymore - */ - window->State.WorkMask = 0; + /* + * Similarly, clear all work set for the window, none of this has to be executed anymore + */ + window->State.WorkMask = 0; } /*