X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=ea75e84064d78a78850f52dee4e1f24e504e56c2;hb=11c8a0343cca5db622c5bcb917e92aa65a8444ff;hp=659742b0dc4fdc4a7e4050aae4ed2b893c39695e;hpb=df33277ecd0e20914a9cb3aa5bfc17e0023b3334;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 659742b..ea75e84 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -709,7 +709,7 @@ SFG_Window* fgCreateWindow( SFG_Window* parent, const char* title, void fgSetWindow ( SFG_Window *window ); void fgOpenWindow( SFG_Window* window, const char* title, int x, int y, int w, int h, GLboolean gameMode, - int isSubWindow ); + GLboolean isSubWindow ); void fgCloseWindow( SFG_Window* window ); void fgAddToWindowDestroyList ( SFG_Window* window, GLboolean needToClose );