Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform_linux.cpp')
-rw-r--r--platform/platform_linux.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/platform_linux.cpp b/platform/platform_linux.cpp
index b3c20ab0ad..c12ca901b5 100644
--- a/platform/platform_linux.cpp
+++ b/platform/platform_linux.cpp
@@ -59,6 +59,11 @@ string Platform::UniqueClientId() const
return "@TODO";
}
+bool Platform::DoSupportRotation() const
+{
+ return false;
+}
+
void Platform::RunOnGuiThread(TFunctor const & fn)
{
/// @todo