diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
commit | 10ba4fd066042b4335ae45e7560565872f71ba9b (patch) | |
tree | 17f68ffb0d402b6e66bb891d4a7d9a02a9b6108b /gdk/gdkevents.h | |
parent | 3f98a849c70ae570b78095cef0152a33ec07c64e (diff) | |
download | gtk+-10ba4fd066042b4335ae45e7560565872f71ba9b.tar.gz |
Merges from gtk-1-2
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r-- | gdk/gdkevents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index bf37ced815..29dde26a77 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -419,8 +419,8 @@ void gdk_event_handler_set (GdkEventFunc func, gpointer data, GDestroyNotify notify); -void gdk_set_show_events (gint show_events); -gint gdk_get_show_events (void); +void gdk_set_show_events (gboolean show_events); +gboolean gdk_get_show_events (void); /* * The following function adds a global filter for all client |