diff options
Diffstat (limited to 'src/opengl1graphics.h')
-rw-r--r-- | src/opengl1graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl1graphics.h b/src/opengl1graphics.h index fd6ec2df0..76dc3ef00 100644 --- a/src/opengl1graphics.h +++ b/src/opengl1graphics.h @@ -50,7 +50,7 @@ class OpenGL1Graphics : public Graphics { return mSync; } bool setVideoMode(int w, int h, int bpp, bool fs, - bool hwaccel, bool resize); + bool hwaccel, bool resize, bool noFrame); bool drawImage(Image *image, int srcX, int srcY, |