From: Gerd Moellmann Date: Wed, 6 Oct 1999 23:00:50 +0000 (+0000) Subject: (enum face_id): Add MENU_FACE_ID. X-Git-Tag: emacs-pretest-21.0.90~6561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8317e10427925bac2e555ea6074b5e00ec1d4ffd;p=emacs.git (enum face_id): Add MENU_FACE_ID. (toplevel): Include X11/Intrinsic.h. --- 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. */ #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 @@ enum face_id BORDER_FACE_ID, CURSOR_FACE_ID, MOUSE_FACE_ID, + MENU_FACE_ID, BASIC_FACE_ID_SENTINEL }; @@ -2080,7 +2084,11 @@ int tabs_safe_p P_ ((void)); 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));