Revert the previous change, since it breaks bin compat.

2005-03-01  Matthias Clasen  <mclasen@redhat.com>

	* gdk-pixbuf/gdk-pixbuf.c:
	* gdk-pixbuf/gdk-pixbuf-features.h.in:
	Revert the previous change, since it breaks
	bin compat.
This commit is contained in:
Matthias Clasen 2005-03-01 14:57:20 +00:00 committed by Matthias Clasen
parent 4fcaa4e1da
commit 6834bb9597
5 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
Revert the previous change, since it breaks
bin compat.
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeyuni.c

View File

@ -1,3 +1,10 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
Revert the previous change, since it breaks
bin compat.
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeyuni.c

View File

@ -1,3 +1,10 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
Revert the previous change, since it breaks
bin compat.
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeyuni.c

View File

@ -36,6 +36,6 @@
GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version;
GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version;
GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version;
GDK_PIXBUF_VAR const char gdk_pixbuf_version[];
GDK_PIXBUF_VAR const char *gdk_pixbuf_version;
#endif

View File

@ -543,7 +543,7 @@ GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version = GDK_PIXBUF_MAJOR;
GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version = GDK_PIXBUF_MINOR;
GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version = GDK_PIXBUF_MICRO;
GDK_PIXBUF_VAR const char gdk_pixbuf_version[] = GDK_PIXBUF_VERSION;
GDK_PIXBUF_VAR const char *gdk_pixbuf_version = GDK_PIXBUF_VERSION;
/* Error quark */
GQuark