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.c | |
| 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.c')
| -rw-r--r-- | render/mask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/mask.c b/render/mask.c index 8b0f21c0..60e89d48 100644 --- a/render/mask.c +++ b/render/mask.c @@ -25,7 +25,7 @@ void RrPixmapMaskFree(RrPixmapMask *m) } } -void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const Rect *area) +void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area) { int x, y; if (m->mask == None) return; /* no mask given */ |
