Mercurial > hg > xemacs-beta
comparison src/console.h @ 394:7d59cb494b73 r21-2-12
Import from CVS: tag r21-2-12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:11:37 +0200 |
parents | bbff43aa5eb7 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
393:2e030b8965b1 | 394:7d59cb494b73 |
---|---|
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) (); | 92 unsigned int (*device_implementation_flags_method) (void); |
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); |