[PATCH 2/3] dsound: Merge IKsPropertySet into the secondary buffer object.

Andrew Eikum aeikum at codeweavers.com
Tue Jan 17 10:44:11 CST 2012


On Tue, Jan 17, 2012 at 01:53:10AM +0100, Michael Stefaniuc wrote:
> @@ -901,10 +895,11 @@ HRESULT IDirectSoundBufferImpl_Create(
>  	TRACE("Created buffer at %p\n", dsb);
>  
>  	dsb->ref = 0;
> +        dsb->refiks = 0;
>  	dsb->numIfaces = 0;
>  	dsb->device = device;
>  	dsb->IDirectSoundBuffer8_iface.lpVtbl = &dsbvt;
> -	dsb->iks = NULL;
> +        dsb->IKsPropertySet_iface.lpVtbl = &iksbvt;
>  

Mixed tabs and spaces :(



More information about the wine-devel mailing list