summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-08-15 05:49:39 +0000
committerRichard M. Stallman <rms@gnu.org>1998-08-15 05:49:39 +0000
commit09ba2aa0b62f8e4693a99d33404e147493c231f9 (patch)
treebcff98f98fdb05cc624950779c31f6bd8ac61467
parenteae6e8c2b78492c372182eeba695cde3850298cd (diff)
downloademacs-09ba2aa0b62f8e4693a99d33404e147493c231f9.tar.gz
(widget_store_internal_border): Conditionalize declaration.
-rw-r--r--src/xterm.h2
1 files changed, 2 insertions, 0 deletions
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