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:
parent
528e867587
commit
6c78dcab37
@ -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 )
|
||||
{
|
||||
|
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user