summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2017-12-10 20:38:26 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2018-04-07 17:11:45 +0300
commitddae098deec89d67228a74623ebe7f5db39f425b (patch)
tree87aa891c0447ce6db35bd4676ff3a7cb2265e9cf /core/os/os.cpp
parentec110076caca7a75ffb4795c32362bc52151dbcc (diff)
downloadredot-engine-ddae098deec89d67228a74623ebe7f5db39f425b.tar.gz
Experimental support for windows with per-pixel transparency (macOS, X11 and Windows).
Diffstat (limited to 'core/os/os.cpp')
-rw-r--r--core/os/os.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp
index 618a4bbac3..7ea92db4c3 100644
--- a/core/os/os.cpp
+++ b/core/os/os.cpp
@@ -672,6 +672,7 @@ OS::OS() {
_render_thread_mode = RENDER_THREAD_SAFE;
_allow_hidpi = false;
+ _allow_layered = false;
_stack_bottom = (void *)(&stack_bottom);
_logger = NULL;