diff options
| author | Dmitry Antipov | 2013-08-29 11:27:27 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-29 11:27:27 +0400 |
| commit | 1f5cf2009af2779ad81412b9d111b37f6e2fd841 (patch) | |
| tree | 6320c70e1d3903472b7f2a75cbe330338185bb7d /src/xterm.h | |
| parent | d2b368135803170fc2d1f65237b7ef22676f9ecb (diff) | |
| download | emacs-1f5cf2009af2779ad81412b9d111b37f6e2fd841.tar.gz emacs-1f5cf2009af2779ad81412b9d111b37f6e2fd841.zip | |
* xterm.c (x_clear_area): Lost 7th arg because it is always False.
(x_after_update_window_line, x_scroll_bar_create):
(x_scroll_bar_set_handle, XTset_vertical_scroll_bar):
(handle_one_xevent, x_clear_frame_area):
* gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos):
* xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users.
* xterm.h (x_clear_area): Adjust prototype.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 723550c57c4..26f6095d727 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -968,7 +968,7 @@ extern bool x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, | |||
| 968 | #endif | 968 | #endif |
| 969 | extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); | 969 | extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); |
| 970 | extern void x_query_color (struct frame *f, XColor *); | 970 | extern void x_query_color (struct frame *f, XColor *); |
| 971 | extern void x_clear_area (Display *, Window, int, int, int, int, int); | 971 | extern void x_clear_area (Display *, Window, int, int, int, int); |
| 972 | #if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK | 972 | #if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK |
| 973 | extern void x_mouse_leave (struct x_display_info *); | 973 | extern void x_mouse_leave (struct x_display_info *); |
| 974 | #endif | 974 | #endif |