diff options
Diffstat (limited to 'tests/restack.c')
| -rw-r--r-- | tests/restack.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
