[Libreoffice-commits] core.git: include/touch
Tor Lillqvist
tml at collabora.com
Wed Oct 9 07:43:03 PDT 2013
include/touch/touch.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fdba797bd9c2a3fe4de82f92c3ee815c15f8ac84
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Oct 9 17:42:14 2013 +0300
These constants are needed also for some code inside HAVE_FEATURE_DESKTOP
Change-Id: I3c87ac7a4696bee732fdb2bb9120ac3d50e9e664
diff --git a/include/touch/touch.h b/include/touch/touch.h
index 2fd7a9a..05ae335 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
More information about the Libreoffice-commits
mailing list