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:
Michael Natterer
2008-09-24 10:35:53 +00:00
committed by Michael Natterer
parent 5fcfc7a368
commit eed535d6b2
2 changed files with 28 additions and 23 deletions

View File

@ -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

View File

@ -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)
{