comparison src/console.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 54f7aa390f4f
children 8626e4521993
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
87 void (*finish_init_device_method) (struct device *, Lisp_Object props); 87 void (*finish_init_device_method) (struct device *, Lisp_Object props);
88 void (*delete_device_method) (struct device *); 88 void (*delete_device_method) (struct device *);
89 void (*mark_device_method) (struct device *, void (*)(Lisp_Object)); 89 void (*mark_device_method) (struct device *, void (*)(Lisp_Object));
90 void (*asynch_device_change_method) (void); 90 void (*asynch_device_change_method) (void);
91 Lisp_Object (*device_system_metrics_method) (struct device *, enum device_metrics); 91 Lisp_Object (*device_system_metrics_method) (struct device *, enum device_metrics);
92 unsigned int (*device_implementation_flags_method) (void); 92 unsigned int (*device_implementation_flags_method) ();
93 93
94 /* frame methods */ 94 /* frame methods */
95 Lisp_Object *device_specific_frame_props; 95 Lisp_Object *device_specific_frame_props;
96 void (*init_frame_1_method) (struct frame *, Lisp_Object properties); 96 void (*init_frame_1_method) (struct frame *, Lisp_Object properties);
97 void (*init_frame_2_method) (struct frame *, Lisp_Object properties); 97 void (*init_frame_2_method) (struct frame *, Lisp_Object properties);