]> 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 782d850e3d805a38aed249dc6b310823f27810b9..3e7e4f76c9447de33e00ca932bce965e81940fd8 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 typedef struct _GdkPixmapImplWin32 GdkPixmapImplWin32;
 typedef struct _GdkPixmapImplWin32Class GdkPixmapImplWin32Class;
 
-#define GDK_TYPE_PIXMAP_IMPL_WIN32              (gdk_pixmap_impl_win32_get_type ())
+#define GDK_TYPE_PIXMAP_IMPL_WIN32              (_gdk_pixmap_impl_win32_get_type ())
 #define GDK_PIXMAP_IMPL_WIN32(object)           (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_PIXMAP_IMPL_WIN32, GdkPixmapImplWin32))
 #define GDK_PIXMAP_IMPL_WIN32_CLASS(klass)      (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_PIXMAP_IMPL_WIN32, GdkPixmapImplWin32Class))
 #define GDK_IS_PIXMAP_IMPL_WIN32(object)        (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXMAP_IMPL_WIN32))
@@ -53,18 +53,17 @@ 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);
+GType _gdk_pixmap_impl_win32_get_type (void);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */