comparison src/xterm.c @ 41164:09b4e04f7224

(waiting_for_input): Remove unnecessary prototype.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 16 Nov 2001 22:52:13 +0000
parents 04a7db64864b
children 46be38faf3a6
comparison
equal deleted inserted replaced
41163:c8f21aec2f62 41164:09b4e04f7224
271 This is set by update_begin and looked at by all the XT functions. 271 This is set by update_begin and looked at by all the XT functions.
272 It is zero while not inside an update. In that case, the XT 272 It is zero while not inside an update. In that case, the XT
273 functions assume that `selected_frame' is the frame to apply to. */ 273 functions assume that `selected_frame' is the frame to apply to. */
274 274
275 extern struct frame *updating_frame; 275 extern struct frame *updating_frame;
276
277 extern int waiting_for_input;
278 276
279 /* This is a frame waiting to be auto-raised, within XTread_socket. */ 277 /* This is a frame waiting to be auto-raised, within XTread_socket. */
280 278
281 struct frame *pending_autoraise_frame; 279 struct frame *pending_autoraise_frame;
282 280