X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=7ffb4b68ef4d328f83592a1dcd46104d22c03acc;hb=ffeca43f2bb9634cbfa43c8e11787ab100ef9992;hp=03296e0e5886945ee748b0aa9a0d6af07297e00d;hpb=e6080379ee7fe7b1b86c325fe7459eded35775f2;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 03296e0..7ffb4b6 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -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... */