aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/picture.h')
-rw-r--r--engines/glk/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/picture.h b/engines/glk/picture.h
index c0108dd2a0..f221569368 100644
--- a/engines/glk/picture.h
+++ b/engines/glk/picture.h
@@ -61,7 +61,7 @@ public:
/**
* Draw the picture
*/
- void drawPicture(int x0, int y0, int dx0, int dy0, int dx1, int dy1);
+ void drawPicture(const Common::Point &destPos, const Common::Rect &box);
};
/**