commit | 888fb43ba2a0eee424f1eb290b1e2af5091933ea | [log] [tgz] |
---|---|---|
author | Ron Jensen <etech@jentronics.com> | Wed Mar 23 13:08:35 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 23 13:08:35 2005 +0000 |
tree | 1bf9966cbea28c56becd087729a514c8823749f1 | |
parent | 3b73e1277fb382603a41dec56e43202344cda165 [diff] [blame] |
Avoid bad visual errors in thread_selection_wnd().
diff --git a/dlls/x11drv/clipboard.c b/dlls/x11drv/clipboard.c index 8e42bc9..3527b1a 100644 --- a/dlls/x11drv/clipboard.c +++ b/dlls/x11drv/clipboard.c
@@ -329,7 +329,7 @@ { 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)