X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fshowhide.c;h=d1a63e2fccbe82f891a7fc2d51c691ef3e39dab9;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hp=bd1078a380d8e1b04513f4d3eadb1918476366ec;hpb=1e5fb0d401e66e8e45340d40e0edd3894505d24a;p=chaz%2Fopenbox diff --git a/tests/showhide.c b/tests/showhide.c index bd1078a3..d1a63e2f 100644 --- a/tests/showhide.c +++ b/tests/showhide.c @@ -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);