]> Pileus Git - ~andy/gtk/blobdiff - gdk/win32/gdkpixmap-win32.h
Replace "effect" by "affect" where appropriate. (#165108, Dan Winship)
[~andy/gtk] / gdk / win32 / gdkpixmap-win32.h
index 0b3589995debb507dc3915992d3de24ff7373171..3e7e4f76c9447de33e00ca932bce965e81940fd8 100644 (file)
@@ -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;
 };