Experimental support for windows with per-pixel transparency (macOS, X11 and Windows).

This commit is contained in:
bruvzg
2017-12-10 20:38:26 +02:00
parent ec110076ca
commit ddae098dee
16 changed files with 417 additions and 21 deletions

View File

@ -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;