From 5994506d53cedb9914d0d0a0fbd849ae965e72b1 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 9 Apr 2020 18:31:26 +0200 Subject: [PATCH] Readd the note on Serum's redrawing issues --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 880df260..41c0135a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ There are a few things that should be done before releasing this, including: doesn't always update the reparented window's client area when the window gets resized. The current workaround works much better than not doing anything at all, but it isn't fully reliably yet. +- Fix implementation bugs: + - Serum's GUI has redrawing issues when using XEmbed, even though it doesn't + have this issue when running in a standalone window or when simply + reparenting the window without XEmbed. None of the other plugin's I've tried + have this issue, so it might have something to do with d2d1 or the way Serum + uses it. - 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.