Module: wine Branch: master Commit: 2b2fc827ce1f340554cc8d01f6b183d4a5c02114 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b2fc827ce1f340554cc8d01f6...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Sep 10 16:57:16 2009 +0200
wined3d: Remove unused parameters to drawPrimitive().
---
dlls/d3d8/device.c | 6 +++--- dlls/d3d9/device.c | 6 +++--- dlls/ddraw/device.c | 8 +++----- dlls/wined3d/device.c | 33 ++++++++++++++------------------- dlls/wined3d/drawprim.c | 35 ++++++++++++----------------------- dlls/wined3d/wined3d_private.h | 3 +-- include/wine/wined3d.idl | 4 ---- 7 files changed, 36 insertions(+), 59 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2b2fc827ce1f340554cc8d...