Prevent cursors from being unintentionally hidden

Some interaction between JUCE and Wine would cause these cursors to be
hidden and then never shown again. This is of course more of a temporary
workaround until the issue gets solved within Wine.
This commit is contained in:
Robbert van der Helm
2021-06-28 18:11:43 +02:00
parent c51f92276a
commit c067cd1b40
3 changed files with 23 additions and 4 deletions
-2
View File
@@ -608,7 +608,6 @@ host_64bit_deps = [
wine_ole32_dep,
wine_threads_dep,
xcb_64bit_dep,
xcb_xfixes_64bit_dep,
]
if with_vst3
host_64bit_deps += [
@@ -646,7 +645,6 @@ if with_bitbridge
tomlplusplus_dep,
wine_threads_dep,
xcb_32bit_dep,
xcb_xfixes_32bit_dep,
]
if with_vst3
host_32bit_deps += [