diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-05-30 22:44:01 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-05-30 22:44:01 +0000 |
commit | b041343bcf05fdf5ce4234655c869251b3f8fafa (patch) | |
tree | 734c352707cd6ee8250be39237022226c9b7a229 /print.h | |
parent | 7b5bbd9057eba74e53ec0ed9a306e78a15bd96a8 (diff) |
Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=695 - Add print
support to Xedit
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -36,12 +36,12 @@ in this Software without prior written authorization from The Open Group. #include <X11/XprintUtil/xprintutil.h> /* Prototypes */ -void DoPrint(const char *programname, - Widget textsource, - Widget toplevel, - Display *pdpy, XPContext pcontext, - XtCallbackProc printDisplayDestroyCallback, - const char *jobTitle, - const char *toFile); +void DoPrintTextSource(const char *programname, + Widget textsource, + Widget toplevel, + Display *pdpy, XPContext pcontext, + XtCallbackProc printDisplayDestroyCallback, + const char *jobTitle, + const char *toFile); #endif /* !XMORE_PRINT_H */ |