From 740c5b2a20d5110435d0874f8cc6a4c9dfd14777 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 15 Oct 2003 03:59:35 +0000 Subject: consistant glib type usage --- openbox/xerror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/xerror.c') diff --git a/openbox/xerror.c b/openbox/xerror.c index 3f112505..12a66afc 100644 --- a/openbox/xerror.c +++ b/openbox/xerror.c @@ -23,12 +23,12 @@ static gboolean xerror_ignore = FALSE; gboolean xerror_occured = FALSE; -int xerror_handler(Display *d, XErrorEvent *e) +gint xerror_handler(Display *d, XErrorEvent *e) { xerror_occured = TRUE; #ifdef DEBUG if (!xerror_ignore) { - char errtxt[128]; + gchar errtxt[128]; /*if (e->error_code != BadWindow) */ { -- cgit v1.2.3