Mercurial > hg > xemacs-beta
comparison src/console.h @ 863:42375619fa45
[xemacs-hg @ 2002-06-04 06:03:59 by andyp]
merge 21.4 windows changes, minimally tested
author | andyp |
---|---|
date | Tue, 04 Jun 2002 06:05:53 +0000 |
parents | 6728e641994e |
children | 804517e16990 |
comparison
equal
deleted
inserted
replaced
862:278c743f1578 | 863:42375619fa45 |
---|---|
261 void (*map_subwindow_method) (Lisp_Image_Instance *, int x, int y, | 261 void (*map_subwindow_method) (Lisp_Image_Instance *, int x, int y, |
262 struct display_glyph_area* dga); | 262 struct display_glyph_area* dga); |
263 void (*resize_subwindow_method) (Lisp_Image_Instance *, int w, int h); | 263 void (*resize_subwindow_method) (Lisp_Image_Instance *, int w, int h); |
264 void (*redisplay_subwindow_method) (Lisp_Image_Instance *); | 264 void (*redisplay_subwindow_method) (Lisp_Image_Instance *); |
265 void (*redisplay_widget_method) (Lisp_Image_Instance *); | 265 void (*redisplay_widget_method) (Lisp_Image_Instance *); |
266 /* Maybe this should be a specifier. Unfortunately specifiers don't | |
267 allow us to represent things at the toolkit level, which is what | |
268 is required here. */ | |
269 int (*widget_border_width_method) (void); | |
270 int (*widget_spacing_method) (Lisp_Image_Instance *); | |
266 int (*image_instance_equal_method) (Lisp_Image_Instance *, | 271 int (*image_instance_equal_method) (Lisp_Image_Instance *, |
267 Lisp_Image_Instance *, | 272 Lisp_Image_Instance *, |
268 int depth); | 273 int depth); |
269 Hashcode (*image_instance_hash_method) (Lisp_Image_Instance *, | 274 Hashcode (*image_instance_hash_method) (Lisp_Image_Instance *, |
270 int depth); | 275 int depth); |