summaryrefslogtreecommitdiff
path: root/include/touch
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-09 17:42:14 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-09 17:42:37 +0300
commitfdba797bd9c2a3fe4de82f92c3ee815c15f8ac84 (patch)
tree12f71b8c2a3e76fed13d766aa603617cba889e1e /include/touch
parent49279e759cd9d6a6136e26f08a260bc3daa3dd86 (diff)
These constants are needed also for some code inside HAVE_FEATURE_DESKTOP
Change-Id: I3c87ac7a4696bee732fdb2bb9120ac3d50e9e664
Diffstat (limited to 'include/touch')
-rw-r--r--include/touch/touch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 2fd7a9a9b6eb..05ae335ab920 100644
--- a/include/touch/touch.h
+++ b/include/touch/touch.h
@@ -12,12 +12,12 @@
#include <config_features.h>
-#if !HAVE_FEATURE_DESKTOP
-
#define MOBILE_MAX_ZOOM_IN 600
#define MOBILE_MAX_ZOOM_OUT 80
#define MOBILE_ZOOM_SCALE_MULTIPLIER 10000
+#if !HAVE_FEATURE_DESKTOP
+
// Functions to be implemented by the app-specifc upper or less
// app-specific but platform-specific medium layer on touch-based
// platforms. The same API is used on each such platform. There are