From 0e432245a46be7a03783645aadc364ec456f9d83 Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Mon, 16 Apr 2001 12:46:02 +0000 Subject: added all exports required to link PyGtk 0.7.1 2001-04-16 Hans Breuer * 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 --- gdk/gdkfont.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/gdkfont.h') diff --git a/gdk/gdkfont.h b/gdk/gdkfont.h index 4e2c8ed561..a60a978b62 100644 --- a/gdk/gdkfont.h +++ b/gdk/gdkfont.h @@ -10,7 +10,7 @@ extern "C" { #endif /* __cplusplus */ -#define GDK_TYPE_FONT gdk_font_get_type +#define GDK_TYPE_FONT gdk_font_get_type () /* Types of font. * GDK_FONT_FONT: the font is an XFontStruct. -- cgit v1.2.1