X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fshowhide.c;fp=tests%2Fshowhide.c;h=d1a63e2fccbe82f891a7fc2d51c691ef3e39dab9;hb=77baf26a7f2f64ddf1274035fd4991ab17345904;hp=a0b51e7a983bb3520bd8830de5eaf20c8063769f;hpb=e5a797f10d61e33f5d02c2d276f615ea3a00793f;p=chaz%2Fopenbox diff --git a/tests/showhide.c b/tests/showhide.c index a0b51e7a..d1a63e2f 100644 --- a/tests/showhide.c +++ b/tests/showhide.c @@ -39,7 +39,7 @@ 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(1000);