[gnome-games] iagno: Update prototype to match change in function



commit 3f573859b89e170aa26e16ec4e67fbcdf898e1bf
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Tue Dec 8 23:06:39 2009 +0100

    iagno: Update prototype to match change in function

 iagno/gnothello.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/iagno/gnothello.h b/iagno/gnothello.h
index bb565ce..453d175 100644
--- a/iagno/gnothello.h
+++ b/iagno/gnothello.h
@@ -61,7 +61,7 @@ void set_selection (GtkWidget * widget, void *data);
 void free_str (GtkWidget * widget, void *data);
 void load_tiles_callback (GtkWidget * widget, void *data);
 void cancel (GtkWidget * widget, void *data);
-gint expose_event (GtkWidget * widget, GdkEventExpose * event);
+gboolean expose_event (GtkWidget * widget, GdkEventExpose * event);
 gint configure_event (GtkWidget * widget, GdkEventConfigure * event);
 gint button_press_event (GtkWidget * widget, GdkEventButton * event);
 void gui_draw_pixmap (gint which, gint x, gint y);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]