Piotr Caban writes:
> +__TRY
> +{
> +mbi.cbSize = pmbi->cbSize;
> +if (mbi.cbSize == sizeof(MENUBARINFO))
> +memcpy(pmbi, &mbi, sizeof(MENUBARINFO));
> +}
> +__EXCEPT_PAGE_FAULT
> +{
> +SetLastError(ERROR_NOACCESS);
> +return FALSE;
On Wed, May 2, 2012 at 2:55 PM, Józef Kucia wrote:
> ---
> dlls/d3dx9_36/surface.c | 24
> 1 files changed, 20 insertions(+), 4 deletions(-)
>
> diff --git a/dlls/d3dx9_36/surface.c b/dlls/d3dx9_36/surface.c
> index 44d4e06..70627fd 100644
> --- a/dlls/d3dx9_36/surface.
There must have been some problem with mail servers. These mails were
sent last week and should replace already committed patches. The fix
from try 2 (fixing tests on old IEs) is also already committed.
Cheers,
Jacek
Am Donnerstag, 10. Mai 2012, 21:44:56 schrieb Józef Kucia:
> Do you think this patch series can get in before tests for pitch
> handling? The patch series is big enough and I don't want to make it
> any bigger.
That's fine with me if it makes your work easier.
signature.asc
Description: This is a
On 10 May 2012 17:45, Józef Kucia wrote:
> Luminance pixel formats could be added, but I'm not sure about
> BUMPDUDV pixel formats. For BUMPDUDV pixel formats probably some
> changes in the pixel conversion functions would be needed. I'll leave
> that for another patch.
>
Yeah, the bumpmapping for
2012/5/11 Nikolay Sivov
> On 5/11/2012 09:19, Christian Costa wrote:
>
>>
>> diff --git a/dlls/dmusic/dmusic_private.h b/dlls/dmusic/dmusic_private.h
>> index 73a05d4..96334c9 100644
>> --- a/dlls/dmusic/dmusic_private.h
>> +++ b/dlls/dmusic/dmusic_private.h
>> @@ -167,13 +167,14 @@ extern HRESUL