aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Battaglia2010-08-22 16:07:04 +0000
committerFabio Battaglia2010-08-22 16:07:04 +0000
commitb5cb6b7c98a89d0ae23067c01e6a5325a9349b2d (patch)
tree37e238adb7b4469f22513ddb54c3a0e8d01f52ef
parent9349bec6db2618cdfdee0aeee1ea2a4f6066d05f (diff)
downloadscummvm-rg350-b5cb6b7c98a89d0ae23067c01e6a5325a9349b2d.tar.gz
scummvm-rg350-b5cb6b7c98a89d0ae23067c01e6a5325a9349b2d.tar.bz2
scummvm-rg350-b5cb6b7c98a89d0ae23067c01e6a5325a9349b2d.zip
DINGUX: whitspace commit to start buildbot
svn-id: r52280
-rw-r--r--backends/platform/dingux/dingux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/dingux/dingux.h b/backends/platform/dingux/dingux.h
index 929abc0587..8fb5007be1 100644
--- a/backends/platform/dingux/dingux.h
+++ b/backends/platform/dingux/dingux.h
@@ -19,6 +19,7 @@ public:
virtual void setFeatureState(Feature f, bool enable);
virtual bool getFeatureState(Feature f);
virtual int getDefaultGraphicsMode() const;
+
void initSize(uint w, uint h);
const OSystem::GraphicsMode *getSupportedGraphicsModes() const;
bool setGraphicsMode(const char *name);