comparison src/dispextern.h @ 58251:11be17ba7a64

Extern reseat_at_previous_visible_line_start.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 16 Nov 2004 02:01:00 +0000
parents a420de80f7f7
children 9c22abc6e9bd 2a3f27a45698 b637c617432f
comparison
equal deleted inserted replaced
58250:6bd8923b07df 58251:11be17ba7a64
2600 extern Lisp_Object help_echo_object, previous_help_echo_string; 2600 extern Lisp_Object help_echo_object, previous_help_echo_string;
2601 extern int help_echo_pos; 2601 extern int help_echo_pos;
2602 extern struct frame *last_mouse_frame; 2602 extern struct frame *last_mouse_frame;
2603 extern int last_tool_bar_item; 2603 extern int last_tool_bar_item;
2604 extern int mouse_autoselect_window; 2604 extern int mouse_autoselect_window;
2605 extern void reseat_at_previous_visible_line_start P_ ((struct it *));
2605 2606
2606 extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, 2607 extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object,
2607 /* XFontStruct */ void *, int, int *)); 2608 /* XFontStruct */ void *, int, int *));
2608 2609
2609 #ifdef HAVE_WINDOW_SYSTEM 2610 #ifdef HAVE_WINDOW_SYSTEM