[Mono-bugs] [Bug 56691][Nor] Changed - libgdiplus expects X display
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Apr 2004 19:34:43 -0400 (EDT)
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 ximian@divinehawk.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56691
--- shadow/56691 2004-04-10 14:15:56.000000000 -0400
+++ shadow/56691.tmp.4916 2004-04-13 19:34:43.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56691
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: ximian@divinehawk.com
QAContact: mono-bugs@ximian.com
@@ -63,6 +63,19 @@
GdipLoadImageFromFile: file.jpg
Other than that the bug is the same.
------- Additional Comments From vargaz@freemail.hu 2004-04-10 14:15 -------
-> System.Drawing
+
+------- Additional Comments From ximian@divinehawk.com 2004-04-13 19:34 -------
+Looks like it's fixed in CVS:
+
+revision 1.19
+date: 2004/04/12 05:31:00; author: vlad; state: Exp; lines: +32 -16
+
+* general.c: (gdip_cairo_set_surface_pattern) helper function
+to create a new pattern from a surface and set it.
+(GdiplusStartup): Don't acquire an X display if GDIPLUS_NOX is set
+(gdip_get_display_dpi): use GDIP_display instead of creating a new
+XDisplay
+