From 764eb41da9cf2884b2252a2c7d6b97e1e83dd47f Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 14 Jul 2021 16:34:51 +0200 Subject: [PATCH] Remove fixme about Wine deleting windows twice This should have been fixed as of yabridge 3.2.0 by adding doing a reparent with a last second flush. Or at least, I haven't heard any reports about this still being an issue. --- src/wine-host/editor.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wine-host/editor.h b/src/wine-host/editor.h index 34fc20e5..5b094fcd 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -85,10 +85,6 @@ struct Size { * * This is essentially an alternative around `std::unique_ptr` with a non-static * custom deleter. - * - * FIXME: It seems like there's a bug in Wine's X11Drv that _sometimes_ causes - * the window to get deleted twice resulting in an Xlib error inside of - * Wine. */ class DeferredWindow { public: