]> Dogcows Code - chaz/openbox/blobdiff - tests/showhide.c
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / tests / showhide.c
index bd1078a380d8e1b04513f4d3eadb1918476366ec..d1a63e2fccbe82f891a7fc2d51c691ef3e39dab9 100644 (file)
@@ -39,10 +39,10 @@ int main () {
       win = XCreateWindow(display, RootWindow(display, 0),
                           x, y, w, h, 10, CopyFromParent, CopyFromParent,
                           CopyFromParent, 0, NULL);
-      XSetWindowBackground(display,win,WhitePixel(display,0)); 
+      XSetWindowBackground(display,win,WhitePixel(display,0));
       XMapWindow(display, win);
       XFlush(display);
-      usleep(10000);
+      usleep(1000);
       XDestroyWindow(display, win);
       XSync(display, False);
 
This page took 0.020366 seconds and 4 git commands to generate.