From 09ba2aa0b62f8e4693a99d33404e147493c231f9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Aug 1998 05:49:39 +0000 Subject: [PATCH] (widget_store_internal_border): Conditionalize declaration. --- src/xterm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xterm.h b/src/xterm.h index b4e008dfb38..c2d65410ce6 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -896,4 +896,6 @@ extern int popup_activated P_ ((void)); extern void initialize_frame_menubar P_ ((struct frame *)); /* Defined in widget.c */ +#ifdef USE_X_TOOLKIT extern void widget_store_internal_border P_ ((Widget)); +#endif -- 2.39.5