aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-29 11:27:27 +0400
committerDmitry Antipov2013-08-29 11:27:27 +0400
commit1f5cf2009af2779ad81412b9d111b37f6e2fd841 (patch)
tree6320c70e1d3903472b7f2a75cbe330338185bb7d /src/xterm.h
parentd2b368135803170fc2d1f65237b7ef22676f9ecb (diff)
downloademacs-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.h2
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
969extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *); 969extern bool x_alloc_nearest_color (struct frame *, Colormap, XColor *);
970extern void x_query_color (struct frame *f, XColor *); 970extern void x_query_color (struct frame *f, XColor *);
971extern void x_clear_area (Display *, Window, int, int, int, int, int); 971extern 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
973extern void x_mouse_leave (struct x_display_info *); 973extern void x_mouse_leave (struct x_display_info *);
974#endif 974#endif