Author: spouliot
Date: 2007-05-03 14:40:07 -0400 (Thu, 03 May 2007)
New Revision: 76634

Modified:
   branches/mono-1-2-4/libgdiplus/src/ChangeLog
   branches/mono-1-2-4/libgdiplus/src/print.c
Log:
2007-05-03  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * print.c: Re-enable printing support.



Modified: branches/mono-1-2-4/libgdiplus/src/ChangeLog
===================================================================
--- branches/mono-1-2-4/libgdiplus/src/ChangeLog        2007-05-03 18:19:35 UTC 
(rev 76633)
+++ branches/mono-1-2-4/libgdiplus/src/ChangeLog        2007-05-03 18:40:07 UTC 
(rev 76634)
@@ -1,3 +1,7 @@
+2007-05-03  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * print.c: Re-enable printing support.
+
 2007-04-16  Sebastien Pouliot  <[EMAIL PROTECTED]>
 
        * bitmap.c: Complete (hopefully) endian fixes.

Modified: branches/mono-1-2-4/libgdiplus/src/print.c
===================================================================
--- branches/mono-1-2-4/libgdiplus/src/print.c  2007-05-03 18:19:35 UTC (rev 
76633)
+++ branches/mono-1-2-4/libgdiplus/src/print.c  2007-05-03 18:40:07 UTC (rev 
76634)
@@ -23,16 +23,20 @@
  *   Sebastien Pouliot  <[EMAIL PROTECTED]>
  */
 
+#include <cairo-features.h>
+
 #ifdef CAIRO_HAS_PS_SURFACE
 
 #include <stdio.h>
 #include "gdipImage.h"
 #include "general.h"
-#include <cairo-features.h>
 #include <math.h>
 #include <cairo-ps.h>
 
-/* NOTE: The functions in this file aren't part of GDI+ and can only be called 
from libgdiplus */
+/*
+ * NOTE: The functions in this file aren't part of GDI+ and can only be called 
+ * from Mono's System.Drawing.dll on non-Windows operating systems
+ */
 
 /* coverity[+alloc : arg-*5] */
 GpStatus 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to