ChangeSet ID: 19178 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/27 10:33:18
Modified files: include/wine : wined3d_interface.h dlls/wined3d : wined3d_private.h swapchain.c device.c
Log message: Oliver Stieber oliver_stieber@yahoo.co.uk Changed swapchains held by the device from an array to a linked list. Also provide a notification function that that the swapchain can be removed when it is released.
Patch: http://cvs.winehq.org/patch.py?id=19178
Old revision New revision Changes Path 1.41 1.42 +2 -0 wine/include/wine/wined3d_interface.h 1.46 1.47 +5 -6 wine/dlls/wined3d/wined3d_private.h 1.4 1.5 +5 -1 wine/dlls/wined3d/swapchain.c 1.57 1.58 +97 -32 wine/dlls/wined3d/device.c