diff options
Diffstat (limited to 'tests/grav.c')
| -rw-r--r-- | tests/grav.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/grav.c b/tests/grav.c index 0fe32d49..5aeed8bc 100644 --- a/tests/grav.c +++ b/tests/grav.c @@ -49,7 +49,8 @@ int main () { XMapWindow(display, win); XFlush(display); - XMoveWindow(display, win, 960-1, 600-1); + XMoveResizeWindow(display, win, 960-1, 600-1, 600, 150); + /*XResizeWindow(display, win, 600, 150);*/ XSelectInput(display, win, ExposureMask | StructureNotifyMask); |
