summaryrefslogtreecommitdiff
path: root/openbox/xerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/xerror.c')
-rw-r--r--openbox/xerror.c4
1 files changed, 2 insertions, 2 deletions
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) */
{