diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 04:31:34 +0000 |
| commit | 58be655de321369ceec5819a3516003a05ead575 (patch) | |
| tree | 0d698ccd1a8e0d23ff081662fe9ee6fd3f637e7a /render/mask.h | |
| parent | 2abbf01125731caf99490eca58db6debce717947 (diff) | |
remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
Diffstat (limited to 'render/mask.h')
| -rw-r--r-- | render/mask.h | 4 |
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 |
