summaryrefslogtreecommitdiff
path: root/render/mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/mask.h')
-rw-r--r--render/mask.h4
1 files changed, 2 insertions, 2 deletions
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