comparison src/dispextern.h @ 71795:2078d52426f6

(sit_for): Remove prototype.
author Kim F. Storm <storm@cua.dk>
date Tue, 11 Jul 2006 20:09:49 +0000
parents d108fd44c6fc
children f6b18b9949d1 b19aaf4ab0ee 8a8e69664178
comparison
equal deleted inserted replaced
71794:d76f16a63bf2 71795:2078d52426f6
2966 void update_single_window P_ ((struct window *, int)); 2966 void update_single_window P_ ((struct window *, int));
2967 int scrolling P_ ((struct frame *)); 2967 int scrolling P_ ((struct frame *));
2968 void do_pending_window_change P_ ((int)); 2968 void do_pending_window_change P_ ((int));
2969 void change_frame_size P_ ((struct frame *, int, int, int, int, int)); 2969 void change_frame_size P_ ((struct frame *, int, int, int, int, int));
2970 void bitch_at_user P_ ((void)); 2970 void bitch_at_user P_ ((void));
2971 Lisp_Object sit_for P_ ((int, int, int, int, int));
2972 void init_display P_ ((void)); 2971 void init_display P_ ((void));
2973 void syms_of_display P_ ((void)); 2972 void syms_of_display P_ ((void));
2974 extern Lisp_Object Qredisplay_dont_pause; 2973 extern Lisp_Object Qredisplay_dont_pause;
2975 GLYPH spec_glyph_lookup_face P_ ((struct window *, GLYPH)); 2974 GLYPH spec_glyph_lookup_face P_ ((struct window *, GLYPH));
2976 2975