summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/openbox/openbox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/openbox/openbox.c b/engines/openbox/openbox.c
index 15cb19d6..aa4c71ea 100644
--- a/engines/openbox/openbox.c
+++ b/engines/openbox/openbox.c
@@ -242,10 +242,8 @@ void shutdown()
static Window createWindow(Window parent, unsigned long mask,
XSetWindowAttributes *attrib)
{
- /* XXX DONT USE THE DEFAULT SHIT */
return XCreateWindow(ob_display, parent, 0, 0, 1, 1, 0,
- DefaultDepth(ob_display, ob_screen), InputOutput,
- DefaultVisual(ob_display, ob_screen),
+ render_depth, InputOutput, render_visual,
mask, attrib);
}