summaryrefslogtreecommitdiff
path: root/tests/grav.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grav.c')
-rw-r--r--tests/grav.c3
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);