comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/printing/Printer.d @ 113:fb3aa8075988

D2 support for the linux port.
author Jacob Carlborg <doob@me.com>
date Wed, 06 Apr 2011 21:57:23 +0200
parents c01d033c633a
children
comparison
equal deleted inserted replaced
112:9f4c18c268b2 113:fb3aa8075988
63 PrinterData data; 63 PrinterData data;
64 GtkPrinter* printer; 64 GtkPrinter* printer;
65 GtkPrintJob* printJob; 65 GtkPrintJob* printJob;
66 GtkPrintSettings* settings; 66 GtkPrintSettings* settings;
67 void* pageSetup; 67 void* pageSetup;
68 cairo_surface_t* surface; 68 org.eclipse.swt.internal.gtk.OS.cairo_surface_t* surface;
69 cairo_t* cairo; 69 org.eclipse.swt.internal.gtk.OS.cairo_t* cairo;
70 70
71 /** 71 /**
72 * whether or not a GC was created for this printer 72 * whether or not a GC was created for this printer
73 */ 73 */
74 bool isGCCreated = false; 74 bool isGCCreated = false;