From 616c8357b428c5109e882262c2d87edada3c0cdc Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 6 Nov 2007 23:03:19 +0000 Subject: - little bit more cleanup - added fixme about Surface::move svn-id: r29442 --- graphics/surface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/surface.h') diff --git a/graphics/surface.h b/graphics/surface.h index f583e4a81f..3e42b69c69 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -66,8 +66,9 @@ struct Surface { void drawLine(int x0, int y0, int x1, int y1, uint32 color); void hLine(int x, int y, int x2, uint32 color); void vLine(int x, int y, int y2, uint32 color); - void fillRect(const Common::Rect &r, uint32 color); + void fillRect(Common::Rect r, uint32 color); void frameRect(const Common::Rect &r, uint32 color); + // See comment in graphics/surface.cpp about it void move(int dx, int dy, int height); }; -- cgit v1.2.3