summaryrefslogtreecommitdiff
path: root/gdk/win32/gdkpixmap-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/win32/gdkpixmap-win32.h')
-rw-r--r--gdk/win32/gdkpixmap-win32.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdk/win32/gdkpixmap-win32.h b/gdk/win32/gdkpixmap-win32.h
index 0b3589995..3e7e4f76c 100644
--- a/gdk/win32/gdkpixmap-win32.h
+++ b/gdk/win32/gdkpixmap-win32.h
@@ -53,10 +53,7 @@ struct _GdkPixmapImplWin32
gint width;
gint height;
-
- GdkImage *image; /* A pointer to the GdkImage
- * containing the pixels.
- */
+ guchar *bits;
guint is_foreign : 1;
};