Make use of wxCairoLibrary from within wxGtkPrint

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-09-06 17:24:59 +00:00
parent 780220b099
commit d494613ac1
2 changed files with 209 additions and 204 deletions

View File

@@ -4,7 +4,7 @@
// Purpose: GTK printing support
// Created: 2007-08-25
// RCS-ID: $Id: print.h,v 1 2007-08-25 05:44:44 PC Exp $
// Copyright: (c) 2007 wxWidgets development team
// Copyright: (c) Anthony Bretaudeau
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
@@ -19,6 +19,8 @@
#include "wx/printdlg.h"
#include "wx/prntbase.h"
#include "wx/dc.h"
#include "wx/cairo.h"
typedef struct _GtkPrintOperation GtkPrintOperation;
typedef struct _GtkPrintContext GtkPrintContext;