forked from AuroraMiddleware/gtk
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:
parent
4fcaa4e1da
commit
6834bb9597
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user