# HG changeset patch # User Gerd Moellmann # Date 939250850 0 # Node ID 54d9b33d9c4b3d64b5ad0c49dbba51c6cd411275 # Parent 4fe4a165a116a13659e81e2858de32266caa9484 (enum face_id): Add MENU_FACE_ID. (toplevel): Include X11/Intrinsic.h. diff -r 4fe4a165a116 -r 54d9b33d9c4b src/dispextern.h --- a/src/dispextern.h Wed Oct 06 22:10:16 1999 +0000 +++ b/src/dispextern.h Wed Oct 06 23:00:50 1999 +0000 @@ -26,7 +26,10 @@ #ifdef HAVE_X_WINDOWS #include -#endif +#ifdef USE_X_TOOLKIT +#include +#endif /* USE_X_TOOLKIT */ +#endif /* HAVE_X_WINDOWS */ #ifdef MSDOS #include "msdos.h" @@ -1271,6 +1274,7 @@ BORDER_FACE_ID, CURSOR_FACE_ID, MOUSE_FACE_ID, + MENU_FACE_ID, BASIC_FACE_ID_SENTINEL }; @@ -2080,7 +2084,11 @@ void init_baud_rate P_ ((void)); void init_sigio P_ ((int)); -/* Defined in xface.c */ +/* Defined in xfaces.c */ + +#ifdef USE_X_TOOLKIT +void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); +#endif void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, Lisp_Object));