Fix misleading comment
authorSylvain Beucler <beuc@beuc.net>
Wed, 2 May 2012 18:27:57 +0000 (18:27 +0000)
committerSylvain Beucler <beuc@beuc.net>
Wed, 2 May 2012 18:27:57 +0000 (18:27 +0000)
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
src/x11/fg_main_x11.c

index 29373ca..597ae08 100644 (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 )
 {
index 8a8514e..c77f5e4 100644 (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 )
 {