Module: wine Branch: refs/heads/master Commit: 6dcae77cc981226f67de55746bf3a44c90037c4f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6dcae77cc981226f67de5574...
Author: Vitaliy Margolen wine-patch@kievinfo.com Date: Sat May 20 10:36:33 2006 -0600
d3d9: All objects created by device should keep reference to it.
---
dlls/d3d9/cubetexture.c | 3 +++ dlls/d3d9/d3d9_private.h | 44 ++++++++++++++++++++++++++++++-------------- dlls/d3d9/indexbuffer.c | 3 +++ dlls/d3d9/pixelshader.c | 3 +++ dlls/d3d9/query.c | 3 +++ dlls/d3d9/stateblock.c | 7 +++++-- dlls/d3d9/swapchain.c | 5 ++++- dlls/d3d9/texture.c | 4 +++- dlls/d3d9/volumetexture.c | 3 +++ 9 files changed, 57 insertions(+), 18 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=6dcae77cc981226f67de...