Module: wine Branch: master Commit: 67bca436ee81a2caa98a311c339b411c6db5a727 URL: http://source.winehq.org/git/wine.git/?a=commit;h=67bca436ee81a2caa98a311c33...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Dec 12 20:53:59 2011 +0100
wined3d: Get rid of the WINED3DDEVTYPE typedef.
---
dlls/ddraw/ddraw.c | 18 +++++++++--------- dlls/ddraw/ddraw_private.h | 2 +- dlls/ddraw/device.c | 6 +++--- dlls/ddraw/main.c | 10 +++++----- dlls/dxgi/device.c | 4 ++-- dlls/wined3d/device.c | 2 +- dlls/wined3d/directx.c | 19 ++++++++++--------- dlls/wined3d/utils.c | 12 ++++++------ dlls/wined3d/wined3d_private.h | 4 ++-- include/wine/wined3d.h | 31 +++++++++++++++---------------- 10 files changed, 54 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=67bca436ee81a2caa98a31...