diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index 158e75c643..7caf73a8a2 100644 --- a/common/system.h +++ b/common/system.h @@ -263,6 +263,11 @@ public: kFeatureFilteringMode, /** + * Indicate if stretch modes are supported by the backend. + */ + kFeatureStretchMode, + + /** * Determine whether a virtual keyboard is too be shown or not. * This would mostly be implemented by backends for hand held devices, * like PocketPC, Palms, Symbian phones like the P800, Zaurus, etc. |