Henri Verbeet : wined3d: Rename the device "strided_streams" field to " stream_info".
Module: wine Branch: master Commit: c756496326b23bc61dc1d8e2bebf6f12ee98752c URL: http://source.winehq.org/git/wine.git/?a=commit;h=c756496326b23bc61dc1d8e2be... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon Apr 22 15:18:43 2013 +0200 wined3d: Rename the device "strided_streams" field to "stream_info". The "strided" in there is mostly historic, it hasn't really been accurate for a while now. --- dlls/wined3d/arb_program_shader.c | 2 +- dlls/wined3d/buffer.c | 2 +- dlls/wined3d/context.c | 2 +- dlls/wined3d/device.c | 2 +- dlls/wined3d/drawprim.c | 4 ++-- dlls/wined3d/glsl_shader.c | 2 +- dlls/wined3d/shader.c | 12 +++--------- dlls/wined3d/state.c | 22 +++++++++++----------- dlls/wined3d/wined3d_private.h | 2 +- 9 files changed, 22 insertions(+), 28 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c756496326b23bc61dc1d8...
participants (1)
-
Alexandre Julliard