diff options
Diffstat (limited to 'render/test.c')
| -rw-r--r-- | render/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/test.c b/render/test.c index 6cf41c1b..307e2629 100644 --- a/render/test.c +++ b/render/test.c @@ -55,7 +55,7 @@ gint main() ob_root = RootWindow(ob_display, ob_screen); win = XCreateWindow(ob_display, RootWindow(ob_display, 0), - 10, 10, w, h, 10, + 10, 10, w, h, 10, CopyFromParent, /* depth */ CopyFromParent, /* class */ CopyFromParent, /* visual */ |
