X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_internal.h;h=85bb7503e44e1e3023fd16908c028ec0331e8f5b;hb=4a451851ec51ea7c3b79534fa5faebadceedf4df;hp=6ac8ffec7145166c11231260b2048cf421421f33;hpb=a6e8966caae8329065bb6037c182d565f5973b5d;p=freeglut diff --git a/src/fg_internal.h b/src/fg_internal.h index 6ac8ffe..85bb750 100644 --- a/src/fg_internal.h +++ b/src/fg_internal.h @@ -383,7 +383,7 @@ struct tagSFG_WindowState int Width; /* Window's width in pixels */ int Height; /* The same about the height */ - SFG_PlatformWindowState pWState; /* Window width/height (X11) or rectangle/style (Windows) from before a resize */ + SFG_PlatformWindowState pWState; /* Window width/height (X11) or rectangle/style (Windows) from before a resize, and other stuff only needed on specific platforms */ GLboolean Redisplay; /* Do we have to redisplay? */ GLboolean Visible; /* Is the window visible now */