From 62d214b0afe2afe4d2a39bcba4ccff5595ef4593 Mon Sep 17 00:00:00 2001 From: scuri Date: Sun, 13 Jun 2010 05:26:57 +0000 Subject: *** empty log message *** --- src/cairo/cdcairoctx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cairo/cdcairoctx.h') diff --git a/src/cairo/cdcairoctx.h b/src/cairo/cdcairoctx.h index 03a719c..776e8a8 100644 --- a/src/cairo/cdcairoctx.h +++ b/src/cairo/cdcairoctx.h @@ -13,6 +13,9 @@ #include "cd.h" #include "cd_private.h" +#ifndef __GTK_PRINT_UNIX_DIALOG_H__ +typedef struct _GtkPrintJob GtkPrintJob; +#endif struct _cdCtxImage { unsigned int w, h; @@ -68,6 +71,8 @@ struct _cdCtxCanvas cdImage* image_dbuffer; /* Used by double buffer driver */ cdCanvas* canvas_dbuffer; + + GtkPrintJob* job; /* used in Printer */ }; #define cdCairoGetRed(_) (((double)cdRed(_))/255.) -- cgit v1.2.3