Adapted to the interface/implementation separation.
authorFrancois Gouget <fgouget@psn.net>
Sat, 27 Mar 1999 16:56:13 +0000 (16:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 Mar 1999 16:56:13 +0000 (16:56 +0000)
commit022d372709f2dfce78f44e9ce1447081901ec20d
treeda5e41db1414fad4f3f2089d0502da998e34843c
parent9e2f4af9b0c536d0739c89ad794fc00900cdcfef
Adapted to the interface/implementation separation.
Now uses ICOM_THIS to access the implementation structures.
Replaced 'this' with 'This' for ICOM_THIS.
Direct access to the virtual table has been eliminated too.
graphics/d3dcommon.c
graphics/d3ddevices.c
graphics/d3dexecutebuffer.c
graphics/d3dlight.c
graphics/d3dmaterial.c
graphics/d3dtexture.c
graphics/d3dviewport.c
graphics/ddraw.c