X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole.h;h=6e3118bf7ed8842ad1e929fab618255fe472f0bd;hb=78a8a6b480e23a07e0428b83434efc4c7bbb3946;hp=4dad2be3f686ad4a9e2d9aaad6d560cd7969b917;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git- diff --git a/src/console.h b/src/console.h index 4dad2be..6e3118b 100644 --- a/src/console.h +++ b/src/console.h @@ -152,8 +152,10 @@ struct console_methods int, int, int, int, Lisp_Object, Lisp_Object, Lisp_Object); void (*clear_frame_method) (struct frame *); - void (*output_begin_method) (struct device *); - void (*output_end_method) (struct device *); + void (*window_output_begin_method) (struct window *); + void (*frame_output_begin_method) (struct frame *); + void (*window_output_end_method) (struct window *); + void (*frame_output_end_method) (struct frame *); int (*flash_method) (struct device *); void (*ring_bell_method) (struct device *, int volume, int pitch, int duration);