]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdktypes.h
Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that the
[~andy/gtk] / gdk / gdktypes.h
index 21aa123d1a5e4a88a62cbb6a119933215c001c23..30088c405ed446e076ebdbf4011933a6f5b29fa6 100644 (file)
@@ -86,7 +86,7 @@ typedef struct _GdkDeviceKey      GdkDeviceKey;
 typedef struct _GdkDeviceInfo      GdkDeviceInfo;
 typedef struct _GdkTimeCoord       GdkTimeCoord;
 typedef struct _GdkRegion          GdkRegion;
-typedef gint (*GdkEventFunc) (GdkEvent *event,
+typedef void (*GdkEventFunc) (GdkEvent *event,
                              gpointer  data);
 
 typedef struct _GdkIC               GdkIC;