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