aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/window_graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/window_graphics.h')
-rw-r--r--engines/glk/window_graphics.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/window_graphics.h b/engines/glk/window_graphics.h
index a3fe6db856..59b1ce44e3 100644
--- a/engines/glk/window_graphics.h
+++ b/engines/glk/window_graphics.h
@@ -52,8 +52,10 @@ public:
*/
virtual ~GraphicsWindow();
- uint drawPicture(uint image, int xpos, int ypos, int scale,
+ bool drawPicture(uint image, int xpos, int ypos, bool scale,
uint imagewidth, uint imageheight);
+ void drawPicture(const Graphics::Surface &image, uint transColor, int x0, int y0,
+ int width, int height, uint linkval = 0);
/**
* Rearranges the window