]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/theme.c
cast the pixmap data to a char* for the pixmap_mask_new
[chaz/openbox] / engines / openbox / theme.c
index 21042405e853c7680a1da621bd9893edb15dd909..915ec9b939ae92e9c965daaa6e7301da2fceb494 100644 (file)
@@ -164,7 +164,7 @@ gboolean read_mask(XrmDatabase db, char *rname, pixmap_mask **value)
         }
 
         if (ret) {
-            *value = pixmap_mask_new(w, h, b);
+            *value = pixmap_mask_new(w, h, (char*)b);
             XFree(b);
         }
       
This page took 0.020045 seconds and 4 git commands to generate.