]> Dogcows Code - chaz/openbox/blobdiff - tests/grav.c
debug print modified and the confignotify test
[chaz/openbox] / tests / grav.c
index 2fee306b5e57888b27dfd056879b7807ed2374e4..a8dcdc31669515a48868e145ab3832c4d9446cfb 100644 (file)
@@ -50,7 +50,9 @@ int main () {
   XFlush(display);
 
   XMoveResizeWindow(display, win, 1172-600, 668-150, 600, 150);
-  /*XResizeWindow(display, win, 600, 150);*/
+  XFlush(display);
+  sleep(1);
+  XResizeWindow(display, win, 900, 275);
 
   XSelectInput(display, win, ExposureMask | StructureNotifyMask);
 
This page took 0.021386 seconds and 4 git commands to generate.