Commit 888fb43b authored by Ron Jensen's avatar Ron Jensen Committed by Alexandre Julliard

Avoid bad visual errors in thread_selection_wnd().

parent 3b73e127
......@@ -329,7 +329,7 @@ static Window thread_selection_wnd(void)
{
wine_tsx11_lock();
w = XCreateWindow(thread_display(), root_window, 0, 0, 1, 1, 0, screen_depth,
InputOutput, visual, 0, NULL);
InputOutput, CopyFromParent, 0, NULL);
wine_tsx11_unlock();
if (w)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment