Trying to fix problems with gtk event processing, but it interferes

with the DrRacket WxWidgets base, which is also Gtk. So this will
never work reliable.

We're going back to inter process communication instead of integrating
on library/FFI/thread level.


Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-10-10 21:39:56 +02:00
parent 74bcddfcdb
commit 5811df919c
4 changed files with 56 additions and 16 deletions

View File

@@ -10,6 +10,7 @@
(provide ww-current-win-release
ww-download-if-needed
ww-set-web-wire-location!
)