Revert "Add a background brush to the window"

While this does get rid of artifacts, it can also add a brief moment
where the gray background becomes visible when the window reconfigures
which can look jarring.

This reverts commit 35c7138333.
This commit is contained in:
Robbert van der Helm
2021-01-02 19:32:28 +01:00
parent a8a0e325fe
commit 4a7b560972
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -214,7 +214,6 @@ bitsery_dep = subproject('bitsery', version : '5.2.0').get_variable('bitsery_dep
function2_dep = subproject('function2', version : '4.1.0').get_variable('function2_dep')
threads_dep = dependency('threads')
tomlplusplus_dep = subproject('tomlplusplus', version : '2.1.0').get_variable('tomlplusplus_dep')
wine_gdi32_dep = declare_dependency(link_args : '-lgdi32')
# The built in threads dependency does not know how to handle winegcc
wine_threads_dep = declare_dependency(link_args : '-lpthread')
xcb_dep = dependency('xcb')
@@ -404,7 +403,6 @@ host_64bit_deps = [
bitsery_dep,
function2_dep,
tomlplusplus_dep,
wine_gdi32_dep,
wine_threads_dep,
xcb_dep,
]
@@ -451,7 +449,6 @@ if with_bitbridge
bitsery_dep,
function2_dep,
tomlplusplus_dep,
wine_gdi32_dep,
wine_threads_dep,
xcb_32bit_dep,
]