diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-17 22:31:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-17 22:31:17 +0000 |
| commit | 463224359aea1c1d4f13f4daae85d50f5cfb1d10 (patch) | |
| tree | 6f8b40f5df86d4a925fb63c37b4da43da5a87b65 | |
| parent | b8de0b48fd32efed1fe242eaee9352cc16b2ee50 (diff) | |
use the render depth/visual for creating windows
| -rw-r--r-- | engines/openbox/openbox.c | 4 |
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); } |
