diff options
| author | Stefan Monnier | 2013-11-28 20:22:40 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-28 20:22:40 -0500 |
| commit | 7cdf484be3f4408b2bdf58db5bd4ae896cf262e5 (patch) | |
| tree | 3ee6b7c62a3385518f09e5ade6a879bd1b41f53c /src/xterm.h | |
| parent | ef869611180c862f67ef1e004553668523615d37 (diff) | |
| download | emacs-7cdf484be3f4408b2bdf58db5bd4ae896cf262e5.tar.gz emacs-7cdf484be3f4408b2bdf58db5bd4ae896cf262e5.zip | |
* configure.ac (HAVE_MENUS): Remove.
* src/xmenu.c (Fmenu_or_popup_active_p):
* src/window.c (Fset_window_configuration):
* src/menu.c (Fx_popup_menu, Fx_popup_dialog):
* src/keyboard.c (record_menu_key, read_char_x_menu_prompt):
* src/fns.c (Fyes_or_no_p):
* src/editfns.c (Fmessage_box, Fmessage_or_box):
* src/alloc.c (make_save_ptr_ptr):
* src/xdisp.c, src/w32menu.c, src/term.c, src/xterm.h, src/xterm.c:
Remove HAVE_MENUS.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index 753debff1bb..89676e873ae 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -949,7 +949,7 @@ extern bool x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, | |||
| 949 | extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); | 949 | extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); |
| 950 | extern void x_query_color (struct frame *f, XColor *); | 950 | extern void x_query_color (struct frame *f, XColor *); |
| 951 | extern void x_clear_area (Display *, Window, int, int, int, int); | 951 | extern void x_clear_area (Display *, Window, int, int, int, int); |
| 952 | #if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK | 952 | #if !defined USE_X_TOOLKIT && !defined USE_GTK |
| 953 | extern void x_mouse_leave (struct x_display_info *); | 953 | extern void x_mouse_leave (struct x_display_info *); |
| 954 | #endif | 954 | #endif |
| 955 | 955 | ||
| @@ -963,7 +963,7 @@ extern int x_display_pixel_width (struct x_display_info *); | |||
| 963 | extern void x_set_sticky (struct frame *, Lisp_Object, Lisp_Object); | 963 | extern void x_set_sticky (struct frame *, Lisp_Object, Lisp_Object); |
| 964 | extern void x_wait_for_event (struct frame *, int); | 964 | extern void x_wait_for_event (struct frame *, int); |
| 965 | 965 | ||
| 966 | /* Defined in xselect.c */ | 966 | /* Defined in xselect.c. */ |
| 967 | 967 | ||
| 968 | extern void x_handle_property_notify (const XPropertyEvent *); | 968 | extern void x_handle_property_notify (const XPropertyEvent *); |
| 969 | extern void x_handle_selection_notify (const XSelectionEvent *); | 969 | extern void x_handle_selection_notify (const XSelectionEvent *); |