1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00

(widget_store_internal_border): Conditionalize declaration.

This commit is contained in:
Richard M. Stallman 1998-08-15 05:49:39 +00:00
parent eae6e8c2b7
commit 09ba2aa0b6

View File

@ -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