http://bugs.winehq.org/show_bug.cgi?id=16961
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d Keywords| |regression Summary|Videos in The Neverhood are |Videos in The Neverhood are |broken since 1.1.3 |broken
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-01-17 01:39:24 --- commit e178ddd9e1e16d1a3f52492799692e289eefcf8c Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Aug 5 14:23:00 2008 -0500
wined3d: Use a swapchain for GDI surfaces.
This is a long-needed cleanup aimed at removing the ddraw_primary, ddraw_window, ddraw_width and ddraw_height members from IWineD3DDeviceImpl, which just do not belong there. Destination window and screen handling is supposed to be done by swapchains.