From f1db2721541af239f6af053526abd4cf80b750e0 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 17 Mar 2003 01:08:34 +0000 Subject: in keeping with my tradition of committing untested code, here is the pixmap mask rendering code ported from the old otk dirs --- render/mask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/mask.h') diff --git a/render/mask.h b/render/mask.h index 796155f1..43b5dacd 100644 --- a/render/mask.h +++ b/render/mask.h @@ -7,6 +7,6 @@ pixmap_mask *pixmap_mask_new(int w, int h, char *data); void pixmap_mask_free(pixmap_mask *m); -void mask_draw(pixmap_mask *p, TextureMask *m); +void mask_draw(Pixmap p, TextureMask *m, int width, int height); #endif -- cgit v1.2.3