Re: [PATCH 3/4] dmusic: COM cleanup of IReferenceClock.

2012-05-11 Thread 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 HRESULT WINAPI DMUSIC_CreateDMSynthPort(REFIID

Re: [PATCH 3/4] dmusic: COM cleanup of IReferenceClock.

2012-05-11 Thread Christian Costa
2012/5/11 Nikolay Sivov bungleh...@gmail.com 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

Re: [1/8] d3dx9: Add missing pixel formats.

2012-05-11 Thread Henri Verbeet
On 10 May 2012 17:45, Józef Kucia joseph.ku...@gmail.com 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,

Re: [2/8] d3dx9: Check the size of a DDS file in D3DXGetImageInfoFromFileInMemory.

2012-05-11 Thread Stefan Dösinger
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

Re: [PATCH 1/2 resend] mshtml.idl: Added DispHTMLHistory declaration

2012-05-11 Thread Jacek Caban
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

Re: [2/5] d3dx9: Forward D3DXSaveSurfaceToFileA to D3DXSaveSurfaceToFileW.

2012-05-11 Thread Józef Kucia
On Wed, May 2, 2012 at 2:55 PM, Józef Kucia joseph.ku...@gmail.com 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 ---

Re: [PATCH 1/3] user32: Added GetMenuBarInfo implementation

2012-05-11 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com writes: +__TRY +{ +mbi.cbSize = pmbi-cbSize; +if (mbi.cbSize == sizeof(MENUBARINFO)) +memcpy(pmbi, mbi, sizeof(MENUBARINFO)); +} +__EXCEPT_PAGE_FAULT +{ +SetLastError(ERROR_NOACCESS); +