comparison src/dispextern.h @ 34492:c0363a97e5cb

(cursor_in_non_selected_windows): Declare extern.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Dec 2000 16:14:39 +0000
parents 387e9f41661e
children 77b93ad23bdb
comparison
equal deleted inserted replaced
34491:f9d400d4653a 34492:c0363a97e5cb
2166 extern int redisplaying_p; 2166 extern int redisplaying_p;
2167 extern Lisp_Object Vimage_types; 2167 extern Lisp_Object Vimage_types;
2168 extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); 2168 extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));
2169 extern int help_echo_showing_p; 2169 extern int help_echo_showing_p;
2170 extern int current_mode_line_height, current_header_line_height; 2170 extern int current_mode_line_height, current_header_line_height;
2171 extern int cursor_in_non_selected_windows;
2171 2172
2172 /* Defined in sysdep.c */ 2173 /* Defined in sysdep.c */
2173 2174
2174 void get_frame_size P_ ((int *, int *)); 2175 void get_frame_size P_ ((int *, int *));
2175 void request_sigio P_ ((void)); 2176 void request_sigio P_ ((void));