X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_structure.c;h=747a8b5ec34943caba19fe2e38eaa1cd50dcff96;hb=b1ed93dd348f7b8f3bd2c75474f5d4151d502f1f;hp=0fee95d9e7d4260155505330d1ecd5af230070c0;hpb=226cd5ccd0f86cc1f2741e686fcf8e4846acf867;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; } /*