From 3b70888a54396c1b5ab67be863b189c7b8775695 Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Sun, 30 May 2004 00:52:30 +0000 Subject: 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. --- print.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print.h') 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 /* 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); -- cgit v1.2.3