diff options
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 */ |
