Forgotten file

This commit is contained in:
Matthias Clasen 2005-03-01 06:43:55 +00:00
parent 6da29b43a6
commit 4fcaa4e1da
4 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@
* gdk/x11/gdkproperty-x11.c
* gdk/x11/gdkvisual-x11.c
* gdk-pixbuf/gdk-pixbuf.c
* gdk-pixbuf/gdk-pixbuf-features.h.in
* gtk/gtkaction.c
* gtk/gtkbindings.c
* gtk/gtkcolorbutton.c

View File

@ -8,6 +8,7 @@
* gdk/x11/gdkproperty-x11.c
* gdk/x11/gdkvisual-x11.c
* gdk-pixbuf/gdk-pixbuf.c
* gdk-pixbuf/gdk-pixbuf-features.h.in
* gtk/gtkaction.c
* gtk/gtkbindings.c
* gtk/gtkcolorbutton.c

View File

@ -8,6 +8,7 @@
* gdk/x11/gdkproperty-x11.c
* gdk/x11/gdkvisual-x11.c
* gdk-pixbuf/gdk-pixbuf.c
* gdk-pixbuf/gdk-pixbuf-features.h.in
* gtk/gtkaction.c
* gtk/gtkbindings.c
* gtk/gtkcolorbutton.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