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.
This commit is contained in:
Robbert van der Helm
2021-07-14 16:34:51 +02:00
parent 784593df5c
commit 764eb41da9
-4
View File
@@ -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: