summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-02-14 05:37:53 +0000
committerTim Janik <timj@src.gnome.org>1998-02-14 05:37:53 +0000
commita589338a7fcc9447912fc285fb023ffbcd838dad (patch)
tree8851ebf18800e53651a1caf9ead59bb197c3b7d1 /gtk/gtkmain.c
parent623f7d977284a12e0f73e4a4838f9773370f9148 (diff)
downloadgdk-pixbuf-a589338a7fcc9447912fc285fb023ffbcd838dad.tar.gz
gtkmain forgot a return value.
few fixes with resizing behaviour and non opaque moves where configure events would exceed te number of calls to gdk_window_resize. -timj
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index e373a2e1a..fd7c4e3cb 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -928,7 +928,7 @@ gtk_input_add_interp (gint source,
gpointer data,
GtkDestroyNotify destroy)
{
- gdk_input_add_full (source, condition, NULL, callback, data);
+ return gdk_input_add_full (source, condition, NULL, callback, data);
}
void