Avoid bad visual errors in thread_selection_wnd().

oldstable
Ron Jensen 2005-03-23 13:08:35 +00:00 committed by Alexandre Julliard
parent 3b73e1277f
commit 888fb43ba2
1 changed files with 1 additions and 1 deletions

View File

@ -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)