forked from AuroraMiddleware/gtk
Add "_private" to make it build.
Tue Apr 4 12:25:36 2006 Søren Sandmann <sandmann@redhat.com> * gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to make it build.
This commit is contained in:
parent
10f0736ac7
commit
3797d5a34e
@ -1,3 +1,8 @@
|
||||
Tue Apr 4 12:25:36 2006 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to
|
||||
make it build.
|
||||
|
||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Apr 4 12:25:36 2006 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to
|
||||
make it build.
|
||||
|
||||
2006-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.c:
|
||||
|
@ -90,7 +90,7 @@ gdk_image_class_init (GdkImageClass *klass)
|
||||
|
||||
object_class->finalize = gdk_image_finalize;
|
||||
|
||||
g_type_class_add (object_class, sizeof (GdkImagePrivateX11));
|
||||
g_type_class_add_private (object_class, sizeof (GdkImagePrivateX11));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user