summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-05-30 00:52:30 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-05-30 00:52:30 +0000
commit3b70888a54396c1b5ab67be863b189c7b8775695 (patch)
tree8e417e3bce49ce55a61125d350b093df1553ba44 /print.h
parentaa3ab858ee6f5e51e0816dac708142bbcc38da5b (diff)
Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=693 - XMore and
XawPrintDialog work-in-progress, fixing various problems and adding framework for i18n.
Diffstat (limited to 'print.h')
-rw-r--r--print.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/print.h b/print.h
index 0dc94df..e098531 100644
--- a/print.h
+++ b/print.h
@@ -36,8 +36,11 @@ in this Software without prior written authorization from The Open Group.
#include <X11/XprintUtil/xprintutil.h>
/* Prototypes */
-void DoPrint(Widget toplevel,
+void DoPrint(const char *programname,
+ Widget textsource,
+ Widget toplevel,
Display *pdpy, XPContext pcontext,
+ XtCallbackProc printDisplayDestroyCallback,
const char *jobTitle,
const char *toFile);