diff options
| author | Paul Eggert | 2011-04-11 23:01:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-11 23:01:37 -0700 |
| commit | 8524aef308e0fe9955cfab9dc5c41ca62f7865cd (patch) | |
| tree | ff170436532b585f5f960c16bee7d619ef80ab9f /src/xterm.h | |
| parent | 16390cd253ff51ab31e3f5c607827486959e1c64 (diff) | |
| download | emacs-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.h | 1 |
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); | |||
| 991 | extern void x_query_color (struct frame *f, XColor *); | 991 | extern void x_query_color (struct frame *f, XColor *); |
| 992 | extern void x_clear_area (Display *, Window, int, int, int, int, int); | 992 | extern void x_clear_area (Display *, Window, int, int, int, int, int); |
| 993 | extern void x_mouse_leave (struct x_display_info *); | 993 | extern void x_mouse_leave (struct x_display_info *); |
| 994 | extern void set_vertical_scroll_bar (struct window *); | ||
| 995 | 994 | ||
| 996 | extern int x_dispatch_event (XEvent *, Display *); | 995 | extern int x_dispatch_event (XEvent *, Display *); |
| 997 | extern unsigned int x_x_to_emacs_modifiers (struct x_display_info *, | 996 | extern unsigned int x_x_to_emacs_modifiers (struct x_display_info *, |