use the render depth/visual for creating windows
This commit is contained in:
parent
b8de0b48fd
commit
463224359a
1 changed files with 1 additions and 3 deletions
|
@ -242,10 +242,8 @@ void shutdown()
|
||||||
static Window createWindow(Window parent, unsigned long mask,
|
static Window createWindow(Window parent, unsigned long mask,
|
||||||
XSetWindowAttributes *attrib)
|
XSetWindowAttributes *attrib)
|
||||||
{
|
{
|
||||||
/* XXX DONT USE THE DEFAULT SHIT */
|
|
||||||
return XCreateWindow(ob_display, parent, 0, 0, 1, 1, 0,
|
return XCreateWindow(ob_display, parent, 0, 0, 1, 1, 0,
|
||||||
DefaultDepth(ob_display, ob_screen), InputOutput,
|
render_depth, InputOutput, render_visual,
|
||||||
DefaultVisual(ob_display, ob_screen),
|
|
||||||
mask, attrib);
|
mask, attrib);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue