diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index e559f700e077..2ab189bfb590 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -3940,9 +3940,10 @@ Any Window::GetSystemDataAny() const bool ImplDoTiledRendering() { -#if !HAVE_FEATURE_DESKTOP && !ANDROID +#if !HAVE_FEATURE_DESKTOP && !defined(ANDROID) // We do tiled rendering only for iOS at the moment, actually, but // let's see what happens if we assume it for Android, too. + // (That comment doesn't match what the code does, does it?) return true; #else // We need some way to know globally if this process will use |