diff 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
line wrap: on
line diff
--- a/dw.h	Wed Mar 16 03:24:12 2011 +0000
+++ b/dw.h	Wed Mar 16 07:39:28 2011 +0000
@@ -303,9 +303,9 @@
 } WindowData;
 
 typedef struct _hpixmap {
-   unsigned long width, height;
-   /* ?? *pixmap; */
-   HWND handle;
+    unsigned long width, height;
+    void *image;
+    HWND handle;
 } *HPIXMAP;
 
 void _dw_pool_drain(void);