[Mono-bugs] [Bug 73366][Maj] Changed - XplatUIX11 cannot handle concurrency in GDI calls.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Mar 2005 16:53:03 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by 4lw0e0402@sneakemail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73366
--- shadow/73366 2005-03-04 16:46:47.000000000 -0500
+++ shadow/73366.tmp.14507 2005-03-04 16:53:03.000000000 -0500
@@ -31,6 +31,11 @@
Xlib calls. The attached patch does this.
Steps to reproduce the problem:
Without the patch, all GDI+ calls must be done from the windowing thread.
To reproduce the problem, display a form, and then attempt to draw
directly to its Handle from a secondary thread.
+
+------- Additional Comments From 4lw0e0402@sneakemail.com 2005-03-04 16:53 -------
+Created an attachment (id=14552)
+Patch: Adds XInitThreads() call to XPlatUIX11.cs
+