X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Frestack.c;h=fe1bcdb62f0a60cd6711add8cb5cec47f5b4f8cf;hb=HEAD;hp=4a0d9554726f498def488a39fc038a437e6165d1;hpb=3dc9e13db0bd9ffb9fb498958e3a79b78113f672;p=chaz%2Fopenbox diff --git a/tests/restack.c b/tests/restack.c index 4a0d9554..fe1bcdb6 100644 --- a/tests/restack.c +++ b/tests/restack.c @@ -41,7 +41,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);