diff options
author | Hans Breuer <hans@breuer.org> | 2001-04-16 12:46:02 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-04-16 12:46:02 +0000 |
commit | 0e432245a46be7a03783645aadc364ec456f9d83 (patch) | |
tree | f869680ca0f8af70f380ee05e75354b744555c2d /gdk/gdkvisual.h | |
parent | eed3dbb64c30d40b49b58c968e636a2dccb2033f (diff) | |
download | gtk+-0e432245a46be7a03783645aadc364ec456f9d83.tar.gz |
added all exports required to link PyGtk 0.7.1
2001-04-16 Hans Breuer <hans@breuer.org>
* gdk/gdk.def :
* gtk/gtk.def : added all exports required to link PyGtk 0.7.1
* gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
we are interested in the functions return value not the function address
* gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
* gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
Diffstat (limited to 'gdk/gdkvisual.h')
-rw-r--r-- | gdk/gdkvisual.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkvisual.h b/gdk/gdkvisual.h index f42bae8195..f9ae20c1b7 100644 --- a/gdk/gdkvisual.h +++ b/gdk/gdkvisual.h @@ -7,7 +7,7 @@ extern "C" { #endif /* __cplusplus */ -#define GDK_TYPE_VISUAL gdk_visual_get_type +#define GDK_TYPE_VISUAL gdk_visual_get_type () /* Types of visuals. * StaticGray: |