From a25eb4ce1a185c50eb2437f2099fabf51ffded2b Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 8 Nov 1989 09:37:57 +0000 Subject: missing extern declaration in REVSTACK state --- zwgc/xcut.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zwgc/xcut.c') diff --git a/zwgc/xcut.c b/zwgc/xcut.c index d600691..184e4b4 100644 --- a/zwgc/xcut.c +++ b/zwgc/xcut.c @@ -13,7 +13,7 @@ */ #if (!defined(lint) && !defined(SABER)) -static char rcsid_xcut_c[] = "$Header$"; +static char rcsid_xcut_c[] = "$Id$"; #endif #include @@ -209,6 +209,9 @@ void xcut(dpy,event,desc_context) case ButtonRelease: if (w == current_window_in && !((event->xbutton.state)&ShiftMask)) { +#ifdef REVSTACK + extern int reverse_stack; +#endif /* REVSTACK */ if (w == selecting_in) selecting_in = 0; XDeleteContext(dpy, w, desc_context); XDestroyWindow(dpy, w); -- cgit v1.2.3