From 41a0008578e0c3dff76f9706920c9a9b062a405d Mon Sep 17 00:00:00 2001 From: Sylvain Beucler Date: Wed, 2 May 2012 18:27:57 +0000 Subject: [PATCH] Fix misleading comment git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1285 7f0cb862-5218-0410-a997-914c9d46530a --- src/android/fg_main_android.c | 4 +--- src/x11/fg_main_x11.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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 ) { -- 1.7.10.4