From 58be655de321369ceec5819a3516003a05ead575 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 04:31:34 +0000 Subject: remove rependancy on geom.h from the kernel, provide what is used in its own geom.h --- render/mask.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/mask.h') 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 -- cgit v1.2.3