Mercurial > hg > xemacs-beta
comparison src/console.h @ 414:da8ed4261e83 r21-2-15
Import from CVS: tag r21-2-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:21:38 +0200 |
parents | 697ef44129c6 |
children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
413:901169e5ca31 | 414:da8ed4261e83 |
---|---|
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) (void); |
93 Lisp_Object (*own_selection_method)(Lisp_Object selection_name, Lisp_Object selection_value); | |
94 void (*disown_selection_method)(Lisp_Object selection_name, Lisp_Object timeval); | |
95 Lisp_Object (*get_foreign_selection_method) (Lisp_Object selection_symbol, | |
96 Lisp_Object target_type); | |
97 Lisp_Object (*selection_exists_p_method)(Lisp_Object selection_name); | |
93 | 98 |
94 /* frame methods */ | 99 /* frame methods */ |
95 Lisp_Object *device_specific_frame_props; | 100 Lisp_Object *device_specific_frame_props; |
96 void (*init_frame_1_method) (struct frame *, Lisp_Object properties); | 101 void (*init_frame_1_method) (struct frame *, Lisp_Object properties); |
97 void (*init_frame_2_method) (struct frame *, Lisp_Object properties); | 102 void (*init_frame_2_method) (struct frame *, Lisp_Object properties); |