summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-22 11:12:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-22 11:57:57 +0300
commitb56c9aaa80639f93531ae7aa2a929eca158c4401 (patch)
tree3fceefa62c8073296c4787969532abc747443b36 /include
parente72d794b3911eef7ed480fa895fa0b4ea0951f92 (diff)
Avoid including <config_features.h> in <vcl/svapp.hxx>
Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svapp.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 3509c6225f3d..810aa2b6c13c 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_VCL_SVAPP_HXX
#define INCLUDED_VCL_SVAPP_HXX
-#include <config_features.h>
-
#include <sal/config.h>
#include <sal/types.h>
@@ -851,9 +849,11 @@ public:
*/
static ImplSVEvent * PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEvent );
-#if !HAVE_FEATURE_DESKTOP
/** Send zoom event
+ Experimental work in progress. Available only for iOS and Android, and unclear whether actually
+ is needed now with tiled rendering.
+
@param nEvent Event ID for zoom event
@param pWin Pointer to window to which the event is sent
@param pZoomEvent Zoom event to send
@@ -862,12 +862,14 @@ public:
/* Send scroll event
+ Experimental work in progress. Available only for iOS and Android, and unclear whether actually
+ is needed now with tiled rendering.
+
@param nEvent Event ID for scroll event
@param pWin Pointer to window to which the event is sent
@param pScrollEvent Scroll event to send
*/
static ImplSVEvent * PostScrollEvent( sal_uLong nEvent, Window *pWin, ScrollEvent* pScrollEvent );
-#endif
/** Remove mouse and keypress events from a window... any also zoom and scroll events
if the platform supports it.