diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index cfc073966bb..e27937db7a2 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -26,7 +26,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 26 | 26 | ||
| 27 | #ifdef HAVE_X_WINDOWS | 27 | #ifdef HAVE_X_WINDOWS |
| 28 | #include <X11/Xlib.h> | 28 | #include <X11/Xlib.h> |
| 29 | #endif | 29 | #ifdef USE_X_TOOLKIT |
| 30 | #include <X11/Intrinsic.h> | ||
| 31 | #endif /* USE_X_TOOLKIT */ | ||
| 32 | #endif /* HAVE_X_WINDOWS */ | ||
| 30 | 33 | ||
| 31 | #ifdef MSDOS | 34 | #ifdef MSDOS |
| 32 | #include "msdos.h" | 35 | #include "msdos.h" |
| @@ -1271,6 +1274,7 @@ enum face_id | |||
| 1271 | BORDER_FACE_ID, | 1274 | BORDER_FACE_ID, |
| 1272 | CURSOR_FACE_ID, | 1275 | CURSOR_FACE_ID, |
| 1273 | MOUSE_FACE_ID, | 1276 | MOUSE_FACE_ID, |
| 1277 | MENU_FACE_ID, | ||
| 1274 | BASIC_FACE_ID_SENTINEL | 1278 | BASIC_FACE_ID_SENTINEL |
| 1275 | }; | 1279 | }; |
| 1276 | 1280 | ||
| @@ -2080,7 +2084,11 @@ int tabs_safe_p P_ ((void)); | |||
| 2080 | void init_baud_rate P_ ((void)); | 2084 | void init_baud_rate P_ ((void)); |
| 2081 | void init_sigio P_ ((int)); | 2085 | void init_sigio P_ ((int)); |
| 2082 | 2086 | ||
| 2083 | /* Defined in xface.c */ | 2087 | /* Defined in xfaces.c */ |
| 2088 | |||
| 2089 | #ifdef USE_X_TOOLKIT | ||
| 2090 | void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); | ||
| 2091 | #endif | ||
| 2084 | 2092 | ||
| 2085 | void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, | 2093 | void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, |
| 2086 | Lisp_Object)); | 2094 | Lisp_Object)); |