summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-27 13:23:45 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-27 13:26:18 +0200
commit001aeda1724eea630dd141c642bbdd61e2b9b69a (patch)
treed7b37646bdbbca1fb20c9d69c6e232e6c73a9025 /CMakeLists.txt
parent958791305cfde2404e604d7f1f66d5fe0502e565 (diff)
Android: Keyboard height; other fixes
Send a notification from the Java side when the software keyboard is shown.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32f8afb2..94b70ea0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ endif ()
31 31
32# Defaults that depend on environment. 32# Defaults that depend on environment.
33set (DEFAULT_RESIZE_DRAW ON) 33set (DEFAULT_RESIZE_DRAW ON)
34if (HAIKU) 34if (HAIKU OR ANDROID)
35 set (DEFAULT_RESIZE_DRAW OFF) 35 set (DEFAULT_RESIZE_DRAW OFF)
36endif () 36endif ()
37set (DEFAULT_IDLE_SLEEP OFF) 37set (DEFAULT_IDLE_SLEEP OFF)