X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=03296e0e5886945ee748b0aa9a0d6af07297e00d;hb=e6080379ee7fe7b1b86c325fe7459eded35775f2;hp=1c071293740244b088b2ec6f4bb06fe634843b1f;hpb=6055caa963816364b4fefd32c3bd3d06ea968a85;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 1c07129..03296e0 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. @@ -353,6 +353,8 @@ struct tagSFG_WindowState { int Width; /* Window's width in pixels */ int Height; /* The same about the height */ + int OldWidth; /* Window width from before a resize */ + int OldHeight; /* " height " " " " */ GLboolean Redisplay; /* Do we have to redisplay? */ GLboolean Visible; /* Is the window visible now */