aboutsummaryrefslogtreecommitdiff
path: root/x11.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2002-04-12 21:26:59 +0000
committerLudvig Strigeus2002-04-12 21:26:59 +0000
commitd2b0070c5f39661561484f8e2dfd6be271ed21cf (patch)
tree0e751495a08c9514e82879d78a977ad6f27469a7 /x11.cpp
parentb195bb597c32384bf4ce6f9c22ffc281c0828ca4 (diff)
downloadscummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.gz
scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.tar.bz2
scummvm-rg350-d2b0070c5f39661561484f8e2dfd6be271ed21cf.zip
new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
Diffstat (limited to 'x11.cpp')
-rw-r--r--x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11.cpp b/x11.cpp
index 72fc31f1da..d2e9928bc0 100644
--- a/x11.cpp
+++ b/x11.cpp
@@ -434,7 +434,7 @@ void blitToScreen(Scumm *s, byte *src, int x, int y, int w, int h)
#define BAK_HEIGHT 40
unsigned char old_backup[BAK_WIDTH * BAK_HEIGHT];
-void drawMouse(Scumm *s, int xdraw, int ydraw, int w, int h, byte *buf,
+void drawMouse(int xdraw, int ydraw, int w, int h, byte *buf,
bool visible)
{
unsigned char *dst, *bak;