diff options
Diffstat (limited to 'tests/fullscreen.c')
| -rw-r--r-- | tests/fullscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fullscreen.c b/tests/fullscreen.c index 6e32f46d..6907cab5 100644 --- a/tests/fullscreen.c +++ b/tests/fullscreen.c @@ -42,7 +42,7 @@ int main () { 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); |
