diff options
Diffstat (limited to 'tests/positioned.c')
| -rw-r--r-- | tests/positioned.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/positioned.c b/tests/positioned.c index 9b1f7310..26f835d6 100644 --- a/tests/positioned.c +++ b/tests/positioned.c @@ -38,7 +38,7 @@ int main (int argc, char **argv) { win = XCreateWindow(display, RootWindow(display, 0), x, y, w, h, 0, CopyFromParent, CopyFromParent, CopyFromParent, 0, NULL); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); size = XAllocSizeHints(); size->flags = PPosition; |
