diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-01-03 01:06:36 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-01-03 01:06:36 +0000 |
commit | 550802b584f89279d8af35ee8a9221dc24ea1f27 (patch) | |
tree | 7ef2a9e4d201a333bab6fecb6ed92b9019d15ee1 /printdialogprivates.h | |
parent | 11d508e4bfec3ecd749123e043768ea3fb21ce12 (diff) |
xc/lib/XprintAppUtil/xpapputil.c
xc/lib/XprintAppUtil/xpapputil.h
xc/lib/XprintUtil/xprintutil.c
xc/lib/XprintUtil/xprintutil.h
xc/programs/glxgears/glxgears.c
xc/programs/xdbedizzy/xdbedizzy.c
xc/programs/xedit/Xedit-xprint.ad
xc/programs/xedit/commands.c
xc/programs/xlogo/print.c
xc/programs/xlsfonts/xlsfonts.c
xc/programs/xlsfonts/xlsfonts.man
xc/programs/xlsfonts/xlsfonts.sgml
xc/programs/xman/Xman-xprint.ad
xc/programs/xman/handler.c
xc/programs/xman/print.c
xc/programs/xman/print.h
xc/programs/xmore/XMore.ad
xc/programs/xmore/print.c
xc/programs/xmore/print.h
xc/programs/xmore/printdialog.c
xc/programs/xmore/printdialog.h
xc/programs/xmore/printdialogprivates.h
xc/programs/xmore/xmore.c
xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
xc/programs/xphelloworld/xphelloworld/xphelloworld.c
xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
xc/programs/xplsprinters/xplsprinters.c
//bugs.freedesktop.org/show_bug.cgi?id=1706) attachment #1615
(https://bugs.freedesktop.org/attachment.cgi?id=1615): XprintUtils
2004/Q3 update. This adds various new features to the XprintUtils
library including support for page resolutions where
X_resolution!=Y_resolution, listfonts-mode control and initial
framework for the COLORSPACE extension. Patch by Roland Mainz
<roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
Diffstat (limited to 'printdialogprivates.h')
-rw-r--r-- | printdialogprivates.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/printdialogprivates.h b/printdialogprivates.h index 314a91c..1e66eb8 100644 --- a/printdialogprivates.h +++ b/printdialogprivates.h @@ -100,6 +100,7 @@ typedef struct _PrintDialogPart { char *filename; Bool canPrint, /* can we print ? */ canReallyPrint; /* is it really save to print ? */ + XpuColorspaceRec *selected_colorspace; struct { @@ -118,6 +119,7 @@ typedef struct _PrintDialogPart { resolutionlist, orientationlist, plexlist, + colorspacelist, jobcopieslabel, jobcopies, ok, @@ -153,6 +155,10 @@ typedef struct _PrintDialogPart { XpuPlexList plexlist; int num_plex; String *widget_plexlist; + + XpuColorspaceList colorspacelist; + int num_colorspaces; + String *widget_colorspacelist; } PrintDialogPart; typedef struct _PrintDialogRec { |