X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fmask.h;h=dccb5a460e73968cdafe59f903f57cecbbd4d77f;hb=35ed95fe18e9b8d7a79f79f4fd7466a2b46435e3;hp=b18baffc953e20f6e8a569cb645324bbc6567d78;hpb=3f32dfa87e08556d7f6a58efab9b7479e515be26;p=chaz%2Fopenbox diff --git a/render/mask.h b/render/mask.h index b18baffc..dccb5a46 100644 --- a/render/mask.h +++ b/render/mask.h @@ -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