diff options
author | Lars Persson | 2006-06-07 20:36:17 +0000 |
---|---|---|
committer | Lars Persson | 2006-06-07 20:36:17 +0000 |
commit | 119d3dc0e8194e45ec732dd9b79d25820ba48db9 (patch) | |
tree | 694921751447d59fcd4387a190cf31b2c77d440f /backends/symbian/src/ScummApp.cpp | |
parent | 60456933e75c2c3cdd436a2198010d59409d332a (diff) | |
download | scummvm-rg350-119d3dc0e8194e45ec732dd9b79d25820ba48db9.tar.gz scummvm-rg350-119d3dc0e8194e45ec732dd9b79d25820ba48db9.tar.bz2 scummvm-rg350-119d3dc0e8194e45ec732dd9b79d25820ba48db9.zip |
Better UIQ3 view support
svn-id: r22981
Diffstat (limited to 'backends/symbian/src/ScummApp.cpp')
-rw-r--r-- | backends/symbian/src/ScummApp.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/symbian/src/ScummApp.cpp b/backends/symbian/src/ScummApp.cpp index 0c59f41205..07966b4cf5 100644 --- a/backends/symbian/src/ScummApp.cpp +++ b/backends/symbian/src/ScummApp.cpp @@ -95,6 +95,17 @@ CScummApp::CScummApp() { CScummApp::~CScummApp() { } +#if defined (UIQ3) +#include <scummvm.rsg> +/** + * Returns the resource id to be used to declare the views supported by this UIQ3 app + * @return TInt, resource id + */ +TInt CScummApp::ViewResourceId() { + return R_SDL_VIEW_UI_CONFIGURATIONS; +} +#endif + /** * Responsible for returning the unique UID of this application * @return unique UID for this application in a TUid |