diff dw.h @ 1148:439f276042cc

Implemented dw_pixmap_set_font() on GTK3. Better fix for missing font during dw_draw_text() on GTK3... Don't clobber fontname variable.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 11 Sep 2011 22:09:10 +0000
parents 9d97610b2140
children 58b5374355ab
line wrap: on
line diff
--- a/dw.h	Sun Sep 11 21:56:55 2011 +0000
+++ b/dw.h	Sun Sep 11 22:09:10 2011 +0000
@@ -1259,7 +1259,7 @@
 typedef struct _hpixmap {
    unsigned long width, height;
    HWND handle;
-   void *font;
+   char *font;
 #if GTK_MAJOR_VERSION > 2
    GdkPixbuf *pixbuf;  /* the actual image */
    cairo_surface_t *image; /* Going to have dual storage for now */