Hookified termcap devices, added bootstrap display device, plus many bugfixes.
[bpt/emacs.git] / src / termhooks.h
index 36a31ff..59f19c6 100644 (file)
@@ -344,8 +344,8 @@ struct display
   
   void (*ring_bell_hook) P_ ((void));
   
-  void (*reset_terminal_modes_hook) P_ ((void));
-  void (*set_terminal_modes_hook) P_ ((void));
+  void (*reset_terminal_modes_hook) P_ ((struct display *));
+  void (*set_terminal_modes_hook) P_ ((struct display *));
   void (*update_begin_hook) P_ ((struct frame *));
   void (*update_end_hook) P_ ((struct frame *));
   void (*set_terminal_window_hook) P_ ((int));