X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=7ffb4b68ef4d328f83592a1dcd46104d22c03acc;hb=ffeca43f2bb9634cbfa43c8e11787ab100ef9992;hp=177b200533d6769480db1ed63c82335fcc19b16f;hpb=e914664550e34587f4b10d3fe52c61fbe6d61771;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 177b200..7ffb4b6 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -30,8 +30,8 @@ /* XXX Update these for each release! */ #define VERSION_MAJOR 2 -#define VERSION_MINOR 0 -#define VERSION_PATCH 2 +#define VERSION_MINOR 2 +#define VERSION_PATCH 0 /* * Freeglut is meant to be available under all Unix/X11 and Win32 platforms. @@ -546,8 +546,8 @@ struct tagSFG_Window typedef struct tagSFG_WindowList SFG_WindowList ; struct tagSFG_WindowList { + SFG_Node node; SFG_Window *window ; - SFG_WindowList *next ; }; /* @@ -558,6 +558,7 @@ struct tagSFG_Structure { SFG_List Windows; /* The global windows list */ SFG_List Menus; /* The global menus list */ + SFG_List WindowsToDestroy; SFG_Window* Window; /* The currently active win. */ SFG_Menu* Menu; /* Same, but menu... */