mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 14:10:02 +02:00
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:
@@ -85,10 +85,6 @@ struct Size {
|
|||||||
*
|
*
|
||||||
* This is essentially an alternative around `std::unique_ptr` with a non-static
|
* This is essentially an alternative around `std::unique_ptr` with a non-static
|
||||||
* custom deleter.
|
* 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 {
|
class DeferredWindow {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user