tiny cosmetics in resizer demo

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1486 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2012-11-23 09:43:18 +00:00
parent 0715a20796
commit 231f05cf2c

View File

@ -168,7 +168,7 @@ void Position(int x, int y)
{ {
int win = glutGetWindow(); int win = glutGetWindow();
printf("position, %s: %dx%d\n",win==nWindow?"top-left of main":"top-left of child relative to parent", printf("position, %s: (%d,%d)\n",win==nWindow?"top-left of main":"top-left of child relative to parent",
x, y); x, y);
} }