diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-05-30 00:52:30 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-05-30 00:52:30 +0000 |
commit | 7b5bbd9057eba74e53ec0ed9a306e78a15bd96a8 (patch) | |
tree | fcb062ef4b60ab2dcc29a3f9178a527f23560209 /print.h | |
parent | 62ad6298a589dd16820c7d0bbfcd2b5381a2589e (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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |