]> Dogcows Code - chaz/openbox/blobdiff - render/mask.c
remove the ob_root var, its redundant of what Xlib already provides
[chaz/openbox] / render / mask.c
index 8b0f21c04eb83a02629358b77588262f437f99c3..60e89d489bf8f4718ad18bb1373110525cc1c3f7 100644 (file)
@@ -25,7 +25,7 @@ void RrPixmapMaskFree(RrPixmapMask *m)
     }
 }
 
-void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const Rect *area)
+void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area)
 {
     int x, y;
     if (m->mask == None) return; /* no mask given */
This page took 0.020987 seconds and 4 git commands to generate.