aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorPaul Eggert2011-04-11 23:01:37 -0700
committerPaul Eggert2011-04-11 23:01:37 -0700
commit8524aef308e0fe9955cfab9dc5c41ca62f7865cd (patch)
treeff170436532b585f5f960c16bee7d619ef80ab9f /src/xterm.h
parent16390cd253ff51ab31e3f5c607827486959e1c64 (diff)
downloademacs-8524aef308e0fe9955cfab9dc5c41ca62f7865cd.tar.gz
emacs-8524aef308e0fe9955cfab9dc5c41ca62f7865cd.zip
* xdisp.c: Make symbols static if they're not exported.
* dispextern.h (scratch_glyph_row, window_box_edges): (glyph_to_pixel_coords, set_cursor_from_row): (get_next_display_element, set_iterator_to_next): (highlight_trailing_whitespace, frame_to_window_pixel_xy): (show_mouse_face): Remove decls * frame.h (message_buf_print): Likewise. * lisp.h (pop_message, set_message, check_point_in_composition): Likewise. * xterm.h (set_vertical_scroll_bar): Likewise. * xdisp.c (list_of_error, Vmessage_stack, line_number_displayed): (message_buf_print, scratch_glyph_row, displayed_buffer): (set_iterator_to_next, pop_message, set_message, set_cursor_from_row): (get_next_display_element, show_mouse_face, window_box_edges): (frame_to_window_pixel_xy, check_point_in_composition): (set_vertical_scroll_bar, highlight_trailing_whitespace): Now static. (glyph_to_pixel_coords): Remove; unused.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 15630e902e5..e0e8240e9e8 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -991,7 +991,6 @@ extern void x_query_colors (struct frame *f, XColor *, int);
991extern void x_query_color (struct frame *f, XColor *); 991extern void x_query_color (struct frame *f, XColor *);
992extern void x_clear_area (Display *, Window, int, int, int, int, int); 992extern void x_clear_area (Display *, Window, int, int, int, int, int);
993extern void x_mouse_leave (struct x_display_info *); 993extern void x_mouse_leave (struct x_display_info *);
994extern void set_vertical_scroll_bar (struct window *);
995 994
996extern int x_dispatch_event (XEvent *, Display *); 995extern int x_dispatch_event (XEvent *, Display *);
997extern unsigned int x_x_to_emacs_modifiers (struct x_display_info *, 996extern unsigned int x_x_to_emacs_modifiers (struct x_display_info *,