From b3254b1c5a130649ad9fef2e909e4ae9a6ecfe97 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 29 Mar 2020 22:21:53 +0200 Subject: [PATCH] Add a note on editor closing speed --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e0f0a8..204c0d30 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ There are a few things that should be done before releasing this, including: XEmbed messages or skip reparenting altogether, but that's of course not ideal. - Fix implementation bugs: - - Serum crashes when closing bitwig (but otherwise exits just fine). + - Closing Serum's editor takes a full second to execute `DestroyWindow`. After + fixing XEmbed it might be possible to at least make it feel responsive by + just hiding the window first. - Add missing details if any to the architecture section. - Document what this has been tested on and what does or does not work. - Document wine32 support.