fix window gravity..
[mikachu/openbox.git] / tests / grav.c
index 5aeed8b..2fee306 100644 (file)
@@ -49,7 +49,7 @@ int main () {
   XMapWindow(display, win);
   XFlush(display);
 
-  XMoveResizeWindow(display, win, 960-1, 600-1, 600, 150);
+  XMoveResizeWindow(display, win, 1172-600, 668-150, 600, 150);
   /*XResizeWindow(display, win, 600, 150);*/
 
   XSelectInput(display, win, ExposureMask | StructureNotifyMask);