aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/glk_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-01-04 17:12:30 -0800
committerPaul Gilbert2019-01-04 17:12:30 -0800
commit18768f164a35d1d0d25da20f55c70f2c0d306b47 (patch)
tree8563801e8f533c76b1cd44f3607053b42de0dcb5 /engines/glk/frotz/glk_interface.h
parentc41c6f33d53c896c35cda6ac761cdedf896d646c (diff)
downloadscummvm-rg350-18768f164a35d1d0d25da20f55c70f2c0d306b47.tar.gz
scummvm-rg350-18768f164a35d1d0d25da20f55c70f2c0d306b47.tar.bz2
scummvm-rg350-18768f164a35d1d0d25da20f55c70f2c0d306b47.zip
GLK: FROTZ: Cleanup of image drawing code
Diffstat (limited to 'engines/glk/frotz/glk_interface.h')
-rw-r--r--engines/glk/frotz/glk_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/glk_interface.h b/engines/glk/frotz/glk_interface.h
index 5027edb4d5..d3808013a4 100644
--- a/engines/glk/frotz/glk_interface.h
+++ b/engines/glk/frotz/glk_interface.h
@@ -171,12 +171,12 @@ protected:
/**
* Display a picture at the given coordinates. Top left is (1,1).
*/
- void os_draw_picture(int picture, winid_t win, const Common::Point &pos);
+ void os_draw_picture(int picture, const Common::Point &pos);
/**
* Display a picture using the specified bounds
*/
- void os_draw_picture(int picture, winid_t win, const Common::Rect &r);
+ void os_draw_picture(int picture, const Common::Rect &r);
/**
* Call the IO interface to play a sample.