comparison src/console.h @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 501cfd01ee6d
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
89 void (*init_device_method) (struct device *, Lisp_Object props); 89 void (*init_device_method) (struct device *, Lisp_Object props);
90 void (*finish_init_device_method) (struct device *, Lisp_Object props); 90 void (*finish_init_device_method) (struct device *, Lisp_Object props);
91 void (*delete_device_method) (struct device *); 91 void (*delete_device_method) (struct device *);
92 void (*mark_device_method) (struct device *); 92 void (*mark_device_method) (struct device *);
93 void (*asynch_device_change_method) (void); 93 void (*asynch_device_change_method) (void);
94 Lisp_Object (*device_system_metrics_method) (struct device *, enum device_metrics); 94 Lisp_Object (*device_system_metrics_method) (struct device *,
95 enum device_metrics);
95 unsigned int (*device_implementation_flags_method) (void); 96 unsigned int (*device_implementation_flags_method) (void);
96 Lisp_Object (*own_selection_method)(Lisp_Object selection_name, Lisp_Object selection_value); 97 Lisp_Object (*own_selection_method)(Lisp_Object selection_name,
97 void (*disown_selection_method)(Lisp_Object selection_name, Lisp_Object timeval); 98 Lisp_Object selection_value,
98 Lisp_Object (*get_foreign_selection_method) (Lisp_Object selection_symbol, 99 Lisp_Object how_to_add,
99 Lisp_Object target_type); 100 Lisp_Object selection_type);
100 Lisp_Object (*selection_exists_p_method)(Lisp_Object selection_name); 101 void (*disown_selection_method)(Lisp_Object selection_name,
102 Lisp_Object timeval);
103 Lisp_Object (*get_foreign_selection_method) (Lisp_Object selection_symbol,
104 Lisp_Object target_type);
105 Lisp_Object (*selection_exists_p_method)(Lisp_Object selection_name,
106 Lisp_Object selection_type);
107 Lisp_Object (*available_selection_types_method)(Lisp_Object selection_name);
108 Lisp_Object (*register_selection_data_type_method)(Lisp_Object type_name);
109 Lisp_Object (*selection_data_type_name_method)(Lisp_Object type);
101 110
102 /* frame methods */ 111 /* frame methods */
103 Lisp_Object *device_specific_frame_props; 112 Lisp_Object *device_specific_frame_props;
104 void (*init_frame_1_method) (struct frame *, Lisp_Object properties); 113 void (*init_frame_1_method) (struct frame *, Lisp_Object properties);
105 void (*init_frame_2_method) (struct frame *, Lisp_Object properties); 114 void (*init_frame_2_method) (struct frame *, Lisp_Object properties);