summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-21 14:52:03 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-24 21:08:14 +0300
commit31f6125fc7253e278bba5db46e08f370d92717c7 (patch)
tree29c2ca0149333e8c55ee98094cb40012c431e49d /src/graphics.h
parentec1beaa2ee07368368e9bd45fe400eedc57419eb (diff)
downloadplus-31f6125fc7253e278bba5db46e08f370d92717c7.tar.gz
plus-31f6125fc7253e278bba5db46e08f370d92717c7.tar.bz2
plus-31f6125fc7253e278bba5db46e08f370d92717c7.tar.xz
plus-31f6125fc7253e278bba5db46e08f370d92717c7.zip
move sdl video mode initialisation from graphics into sdlgraphics.
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 6d46a1392..9365af4ec 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -122,7 +122,7 @@ class Graphics : public gcn::Graphics
*/
virtual bool setVideoMode(const int w, const int h, const int bpp,
const bool fs, const bool hwaccel,
- const bool resize, const bool noFrame);
+ const bool resize, const bool noFrame) = 0;
/**
* Set fullscreen mode.