From e78bd81ac081789a743afbe8ca8e885c53476a99 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Tue, 15 Sep 2009 19:21:45 +0000 Subject: return bounding boxes from the render(), slightly changed internal events arguments. svn-id: r44107 --- engines/teenagent/surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/teenagent/surface.h') diff --git a/engines/teenagent/surface.h b/engines/teenagent/surface.h index eb524a2198..e48cb3d2aa 100644 --- a/engines/teenagent/surface.h +++ b/engines/teenagent/surface.h @@ -40,7 +40,7 @@ public: Surface(); void load(Common::SeekableReadStream *stream, Type type); - void render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false); + Common::Rect render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false); bool empty() const { return pixels == NULL; } }; -- cgit v1.2.3