]> Dogcows Code - chaz/openbox/blobdiff - render/mask.h
remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
[chaz/openbox] / render / mask.h
index b18baffc953e20f6e8a569cb645324bbc6567d78..dccb5a460e73968cdafe59f903f57cecbbd4d77f 100644 (file)
@@ -2,12 +2,12 @@
 #define __mask_h
 
 #include "render.h"
-#include "kernel/geom.h"
+#include "geom.h"
 
 RrPixmapMask *RrPixmapMaskNew(const RrInstance *inst,
                               gint w, gint h, const gchar *data);
 void RrPixmapMaskFree(RrPixmapMask *m);
 RrPixmapMask *RrPixmapMaskCopy(const RrPixmapMask *src);
-void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const Rect *area);
+void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area);
 
 #endif
This page took 0.020775 seconds and 4 git commands to generate.