]> 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 69114fd4b81a17d4442f675d7fc0c957138c96a1..3e7e4f76c9447de33e00ca932bce965e81940fd8 100644 (file)
@@ -53,14 +53,13 @@ struct _GdkPixmapImplWin32
 
   gint width;
   gint height;
-
+  guchar *bits;
   guint is_foreign : 1;
 };
  
 struct _GdkPixmapImplWin32Class 
 {
   GdkDrawableImplWin32Class parent_class;
-
 };
 
 GType _gdk_pixmap_impl_win32_get_type (void);