Fix misleading comment

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1285 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-05-02 18:27:57 +00:00
parent 528e867587
commit 6c78dcab37
2 changed files with 2 additions and 6 deletions

View File

@ -138,9 +138,7 @@ static unsigned char key_ascii(struct android_app* app, AInputEvent* event) {
}
/*
* Handle a window configuration change. When no reshape
* callback is hooked, the viewport size is updated to
* match the new window size.
* Request a window resize
*/
void fgPlatformReshapeWindow ( SFG_Window *window, int width, int height )
{

View File

@ -73,9 +73,7 @@ static Bool match_motion(Display *dpy, XEvent *xev, XPointer arg);
/*
* Handle a window configuration change. When no reshape
* callback is hooked, the viewport size is updated to
* match the new window size.
* Request a window resize
*/
void fgPlatformReshapeWindow ( SFG_Window *window, int width, int height )
{