X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fshowhide.c;h=d1a63e2fccbe82f891a7fc2d51c691ef3e39dab9;hb=2ea60e77c085a724b2ec28273e24e12ece0e84f3;hp=a0b51e7a983bb3520bd8830de5eaf20c8063769f;hpb=7fddf2abc2b76e511be8fc14e22c1f310efe00ef;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);