From: Sylvain Beucler Date: Wed, 2 May 2012 18:27:57 +0000 (+0000) Subject: Fix misleading comment X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;ds=sidebyside;h=41a0008578e0c3dff76f9706920c9a9b062a405d;p=freeglut Fix misleading comment git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1285 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/android/fg_main_android.c b/src/android/fg_main_android.c index 29373ca..597ae08 100644 --- a/src/android/fg_main_android.c +++ b/src/android/fg_main_android.c @@ -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 ) { diff --git a/src/x11/fg_main_x11.c b/src/x11/fg_main_x11.c index 8a8514e..c77f5e4 100644 --- a/src/x11/fg_main_x11.c +++ b/src/x11/fg_main_x11.c @@ -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 ) {