events return gboolean not gint, reindented static prototypes.
2008-09-24 Michael Natterer <mitch@imendio.com> * gtk/gtkeventbox.c: events return gboolean not gint, reindented static prototypes. svn path=/trunk/; revision=21513
This commit is contained in:

committed by
Michael Natterer

parent
5fcfc7a368
commit
eed535d6b2
@ -1,3 +1,8 @@
|
||||
2008-09-24 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkeventbox.c: events return gboolean not gint, reindented
|
||||
static prototypes.
|
||||
|
||||
2008-09-24 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
Bug 553385 – gtk-builder-convert creates untranslated combobox models
|
||||
|
@ -55,7 +55,7 @@ static void gtk_event_box_size_allocate (GtkWidget *widget,
|
||||
GtkAllocation *allocation);
|
||||
static void gtk_event_box_paint (GtkWidget *widget,
|
||||
GdkRectangle *area);
|
||||
static gint gtk_event_box_expose (GtkWidget *widget,
|
||||
static gboolean gtk_event_box_expose (GtkWidget *widget,
|
||||
GdkEventExpose *event);
|
||||
static void gtk_event_box_set_property (GObject *object,
|
||||
guint prop_id,
|
||||
@ -562,7 +562,7 @@ gtk_event_box_paint (GtkWidget *widget,
|
||||
0, 0, -1, -1);
|
||||
}
|
||||
|
||||
static gint
|
||||
static gboolean
|
||||
gtk_event_box_expose (GtkWidget *widget,
|
||||
GdkEventExpose *event)
|
||||
{
|
||||
|
Reference in New Issue
Block a user