Am 07.02.2015 um 01:10 schrieb Martell Malone martellmalone@gmail.com:
This is related to the other patch I sent in
108880 Superseded Martell Malone Re: Add d3d11_CreateDeviceAndSwapChain
I never sent in a new patch for that. So I'm not sure how it was marked as Superseded
Probably by mistake, either because Alexandre saw my patches or your series as superseding this patch. Please resubmit it, but please make the following changes:
+HRESULT WINAPI D3D11CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D_DRIVER_TYPE driver, HMODULE swrast, UINT flags,
const D3D_FEATURE_LEVEL *feature_levels, UINT levels, UINT sdk_version,
Please adjust the indentation to 8 spaces here as well, as my patch has done for D3D11CreateDevice.
-cpp_quote("HRESULT WINAPI D3D11CreateDevice(IDXGIAdapter*,D3D_DRIVER_TYPE,HMODULE,UINT,const D3D_FEATURE_LEVEL*," ) +cpp_quote("HRESULT WINAPI D3D11CreateDevice(IDXGIAdapter*,D3D_DRIVER_TYPE,HMODULE,UINT,const D3D_FEATURE_LEVEL*,")
I agree with this change, but technically it is unrelated to adding the stub, so please put it into a separate patch.