diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 3c85799e800..e55dc0bec44 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -70,8 +70,9 @@ extern void abort (); | |||
| 70 | 70 | ||
| 71 | #include "../lwlib/lwlib.h" | 71 | #include "../lwlib/lwlib.h" |
| 72 | 72 | ||
| 73 | /* Do the EDITRES protocol if running X11R5 */ | 73 | /* Do the EDITRES protocol if running X11R5 |
| 74 | #if (XtSpecificationRelease >= 5) | 74 | Exception: HP-UX (at least version A.09.05) has X11R5 without EditRes */ |
| 75 | #if (XtSpecificationRelease >= 5) && !defined(NO_EDITRES) | ||
| 75 | #define HACK_EDITRES | 76 | #define HACK_EDITRES |
| 76 | extern void _XEditResCheckMessages (); | 77 | extern void _XEditResCheckMessages (); |
| 77 | #endif /* R5 + Athena */ | 78 | #endif /* R5 + Athena */ |