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:
parent
0715a20796
commit
231f05cf2c
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user