comparison dw.h @ 745:d29fb0d5b291

Fixes for font handling on pixmaps... it needs to use the associated render control to get the fonts.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 16 Mar 2011 07:39:28 +0000
parents 9882b0dfa304
children 2cace4e6e69a
comparison
equal deleted inserted replaced
744:9882b0dfa304 745:d29fb0d5b291
301 ULONG flags; 301 ULONG flags;
302 void *data; 302 void *data;
303 } WindowData; 303 } WindowData;
304 304
305 typedef struct _hpixmap { 305 typedef struct _hpixmap {
306 unsigned long width, height; 306 unsigned long width, height;
307 /* ?? *pixmap; */ 307 void *image;
308 HWND handle; 308 HWND handle;
309 } *HPIXMAP; 309 } *HPIXMAP;
310 310
311 void _dw_pool_drain(void); 311 void _dw_pool_drain(void);
312 void _dw_default_font(char *fontname); 312 void _dw_default_font(char *fontname);
313 313