summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-17 00:20:35 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-18 07:41:32 +0200
commit2a4af0e257baa3e559003c29cade5b594adef5e2 (patch)
treed0ec13460582450944a5fcf757d050d3efc0645e /vcl/inc
parentSalData::drainThreadAutoreleasePool() is unused (diff)
downloadcore-2a4af0e257baa3e559003c29cade5b594adef5e2.tar.gz
core-2a4af0e257baa3e559003c29cade5b594adef5e2.zip
Bypass X11-specific code if not on X11
Change-Id: I6452191b11b197b0f90ae6638019d3bc6db67ad7
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/generic/gensys.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/generic/gensys.h b/vcl/inc/generic/gensys.h
index b055f11bbf4b..d51f222a4855 100644
--- a/vcl/inc/generic/gensys.h
+++ b/vcl/inc/generic/gensys.h
@@ -43,10 +43,12 @@ class VCL_DLLPUBLIC SalGenericSystem : public SalSystem
int nButtonCombination,
int nDefaultButton, bool bUseResources);
- // simple helpers primarily for X Windowing W_CLASS hints
+#if !defined(ANDROID) && !defined(IOS)
+ // Simple helpers for X11 WM_CLASS hints
static const char *getFrameResName();
static const char *getFrameClassName();
static rtl::OString getFrameResName( SalExtStyle nStyle );
+#endif
};
#endif // _SV_GENSYS_H