GLUT_CURSOR_INHERIT now works, also implemented another cursor
[freeglut] / progs / demos / Resizer / Resizer.cpp
index 3caf38e..0ee64ba 100644 (file)
@@ -168,7 +168,7 @@ void Position(int x, int y)
 {\r
     int win = glutGetWindow();\r
 \r
-    printf("position %s, %dx%d\n",win==nWindow?"main":"child",\r
+    printf("position, %s: (%d,%d)\n",win==nWindow?"top-left of main":"top-left of child relative to parent",\r
         x, y);\r
 }\r
 \r