diff options
Diffstat (limited to 'printdialog.h')
-rw-r--r-- | printdialog.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/printdialog.h b/printdialog.h index e963847..f166a27 100644 --- a/printdialog.h +++ b/printdialog.h @@ -48,10 +48,11 @@ in this Software without prior written authorization from The Open Group. typedef struct { - Display *pdpy; - XPContext pcontext; - const char *printToFileName; - Boolean printToFile; + Display *pdpy; + XPContext pcontext; + const char *printToFileName; + Boolean printToFile; + XpuColorspaceRec *colorspace; } XawPrintDialogCallbackStruct; typedef struct _PrintDialogClassRec *PrintDialogWidgetClass; |