]> Dogcows Code - chaz/openbox/commitdiff
cast the pixmap data to a char* for the pixmap_mask_new
authorDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 06:21:06 +0000 (06:21 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 22 Mar 2003 06:21:06 +0000 (06:21 +0000)
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.028255 seconds and 4 git commands to generate.