summaryrefslogtreecommitdiff
path: root/openbox/xerror.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-15 03:59:35 +0000
committerDana Jansens <danakj@orodu.net>2003-10-15 03:59:35 +0000
commit740c5b2a20d5110435d0874f8cc6a4c9dfd14777 (patch)
tree41dd6d301a1da504b6bc9ec7b4cccea2efd16423 /openbox/xerror.c
parent8085f3490fb5790d15fcb47988bbc24e17467725 (diff)
consistant glib type usage
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) */
{