Module: wine Branch: master Commit: 7259b9d8b6c738217d6ba6c1ef6ed889aace796b URL: http://source.winehq.org/git/wine.git/?a=commit;h=7259b9d8b6c738217d6ba6c1ef... Author: Ivan Gyurdiev <ivg231(a)gmail.com> Date: Mon Oct 9 19:45:55 2006 -0400 wined3d: Move D3DSPR structure into the WINED3D namespace. --- dlls/wined3d/arb_program_shader.c | 32 +++++++++--------- dlls/wined3d/baseshader.c | 62 +++++++++++++++++----------------- dlls/wined3d/glsl_shader.c | 30 ++++++++-------- dlls/wined3d/vertexshader.c | 20 +++++------ dlls/wined3d/wined3d_private_types.h | 28 +++++++++++++++ 5 files changed, 100 insertions(+), 72 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7259b9d8b6c738217d6ba6...