Kaydet (Commit) fdba797b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

These constants are needed also for some code inside HAVE_FEATURE_DESKTOP

Change-Id: I3c87ac7a4696bee732fdb2bb9120ac3d50e9e664
üst 49279e75
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
#include <config_features.h> #include <config_features.h>
#if !HAVE_FEATURE_DESKTOP
#define MOBILE_MAX_ZOOM_IN 600 #define MOBILE_MAX_ZOOM_IN 600
#define MOBILE_MAX_ZOOM_OUT 80 #define MOBILE_MAX_ZOOM_OUT 80
#define MOBILE_ZOOM_SCALE_MULTIPLIER 10000 #define MOBILE_ZOOM_SCALE_MULTIPLIER 10000
#if !HAVE_FEATURE_DESKTOP
// Functions to be implemented by the app-specifc upper or less // Functions to be implemented by the app-specifc upper or less
// app-specific but platform-specific medium layer on touch-based // app-specific but platform-specific medium layer on touch-based
// platforms. The same API is used on each such platform. There are // platforms. The same API is used on each such platform. There are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment