diff options
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -35,6 +35,14 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xaw/Cardinals.h> #include <X11/XprintUtil/xprintutil.h> +#if defined(XMORE) +#define PrintMsg(x) { printf("xmore: "); printf x ; } +#elif defined(XEDIT) +#define PrintMsg(x) { XeditPrintf x ; } +#else +#error unknown application +#endif + /* Prototypes */ void DoPrintTextSource(const char *programname, Widget textsource, |