]> Dogcows Code - chaz/openbox/blobdiff - openbox/xerror.c
consistant glib type usage
[chaz/openbox] / openbox / xerror.c
index 3f112505c953fd267aa4a079ef30bc071ec32e2a..12a66afcb6333b07eed65316b75b68625ec11dd7 100644 (file)
 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) */
         {
This page took 0.02452 seconds and 4 git commands to generate.