diff options
| author | Richard M. Stallman | 1998-08-15 05:49:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-15 05:49:39 +0000 |
| commit | 09ba2aa0b62f8e4693a99d33404e147493c231f9 (patch) | |
| tree | bcff98f98fdb05cc624950779c31f6bd8ac61467 /src | |
| parent | eae6e8c2b78492c372182eeba695cde3850298cd (diff) | |
| download | emacs-09ba2aa0b62f8e4693a99d33404e147493c231f9.tar.gz emacs-09ba2aa0b62f8e4693a99d33404e147493c231f9.zip | |
(widget_store_internal_border): Conditionalize declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
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)); | |||
| 896 | extern void initialize_frame_menubar P_ ((struct frame *)); | 896 | extern void initialize_frame_menubar P_ ((struct frame *)); |
| 897 | 897 | ||
| 898 | /* Defined in widget.c */ | 898 | /* Defined in widget.c */ |
| 899 | #ifdef USE_X_TOOLKIT | ||
| 899 | extern void widget_store_internal_border P_ ((Widget)); | 900 | extern void widget_store_internal_border P_ ((Widget)); |
| 901 | #endif | ||