From 450c669eb27dd0510d5c62622936635ece2a237f Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 15 Nov 2004 19:25:59 +0000 Subject: (svn r631) Merge r440, r444, r485, r630 to trunk: r440 Move screenshot function declarations to new file screenshot.h Clean up screenshot.c a bit, mostly whitespace, alloca() -> malloc() and checking return values r485 Remove unused field from struct ScreenshotFormat --- viewport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewport.c') diff --git a/viewport.c b/viewport.c index 339ec58e0..da415f3d6 100644 --- a/viewport.c +++ b/viewport.c @@ -1132,7 +1132,7 @@ static void ViewportDrawStrings(DrawPixelInfo *dpi, StringSpriteToDraw *ss) _cur_dpi = dpi; } -void ViewportDoDraw(ViewPort *vp, int left, int top, int right, int bottom) +void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom) { ViewportDrawer vd; int mask; -- cgit v1.2.3-54-g00ecf