Skip to content

Commit

Permalink
2007-05-03 Sebastien Pouliot <sebastien@ximian.com>
Browse files Browse the repository at this point in the history
	* print.c: Re-enable printing support.


svn path=/branches/mono-1-2-4/libgdiplus/; revision=76634
  • Loading branch information
Sebastien Pouliot committed May 3, 2007
1 parent 1130f65 commit 1c8f34f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/ChangeLog
@@ -1,3 +1,7 @@
2007-05-03 Sebastien Pouliot <sebastien@ximian.com>

* print.c: Re-enable printing support.

2007-04-16 Sebastien Pouliot <sebastien@ximian.com>

* bitmap.c: Complete (hopefully) endian fixes.
Expand Down
8 changes: 6 additions & 2 deletions src/print.c
Expand Up @@ -23,16 +23,20 @@
* Sebastien Pouliot <sebastien@ximian.com>
*/

#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
Expand Down

0 comments on commit 1c8f34f

Please sign in to comment.