From ce6018836c422c86a729ba39fe5433ec11b87b02 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 14 Sep 1997 18:12:16 +0000 Subject: Pull in sources from zephyr locker. See /mit/zephyr/repository for detailed change information. --- zwgc/xcut.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'zwgc/xcut.c') diff --git a/zwgc/xcut.c b/zwgc/xcut.c index 50893d6..aee164e 100644 --- a/zwgc/xcut.c +++ b/zwgc/xcut.c @@ -12,8 +12,10 @@ * "mit-copyright.h". */ +#include + #if (!defined(lint) && !defined(SABER)) -static char rcsid_xcut_c[] = "$Id$"; +static const char rcsid_xcut_c[] = "$Id$"; #endif #include @@ -24,13 +26,13 @@ static char rcsid_xcut_c[] = "$Id$"; /* */ /****************************************************************************/ +#ifndef X_DISPLAY_MISSING + #include #include -#include #include "new_memory.h" #include "new_string.h" #include "X_gram.h" -#include #include "zwgc.h" #include "xselect.h" #include "xmark.h" @@ -362,3 +364,6 @@ void xcut(dpy,event,desc_context) XFlush(dpy); } + +#endif + -- cgit v1.2.3