Re: Support for D3DQUERY_TIMESTAMP* queries...

2011-05-27 Thread Adam Martinson
On 05/27/2011 01:23 PM, Adam Martinson wrote: On 05/25/2011 11:31 AM, Stefan Dösinger wrote: On Wednesday 25 May 2011 18:23:39 Adam Martinson wrote: Do you think that needs to be done before I submit those or is that something that can come later? I'd prefer to have this checked before submitti

Re: comctl32/tests: Using unsigned constants to remove sign comparison warning.

2011-05-27 Thread David Laight
On Fri, May 27, 2011 at 10:09:04PM +0400, Nikolay Sivov wrote: > On Fri, May 27, 2011 at 5:16 PM, Marko Nikolic wrote: > > --- > > ?dlls/comctl32/tests/treeview.c | ? ?6 +++--- > > ?1 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32

Re: comctl32/tests: Using unsigned constants to remove sign comparison warning.

2011-05-27 Thread Nikolay Sivov
On Fri, May 27, 2011 at 5:16 PM, Marko Nikolic wrote: > --- >  dlls/comctl32/tests/treeview.c |    6 +++--- >  1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c > index 5fd26a0..b1eb85e 100644 > --- a/dlls/comctl32/tes

Re: winealsa: Have TRACE_ON() use the same channel as TRACE (alsa).

2011-05-27 Thread Alexandre Julliard
writes: > alsa.c:ALSA_TraceParameters writes to channel "alsa", therefore you may > consider > that it makes sense that TRACE_ON dispatches on that same channel and apply > this patch. > Otherwise you need to listen to 2 channels to get output, e.g. +alsa,+wave or > +dsalsa. > > Back when ever

Re: [PATCH 1/2] mshtml: Added IHTMLScreen::get_availHeight implementation

2011-05-27 Thread Alexandre Julliard
Jacek Caban writes: > @@ -186,8 +186,15 @@ static HRESULT WINAPI > HTMLScreen_get_updateInterval(IHTMLScreen *iface, LONG *p) > static HRESULT WINAPI HTMLScreen_get_availHeight(IHTMLScreen *iface, LONG *p) > { > HTMLScreen *This = impl_from_IHTMLScreen(iface); > -FIXME("(%p)->(%p)\n",

Re: [PATCH 5/5] msvcp90: Added _Mutex class implementation

2011-05-27 Thread Nikolay Sivov
On Fri, May 27, 2011 at 4:24 PM, Piotr Caban wrote: > --- >  dlls/msvcp100/msvcp100.spec |   32 >  dlls/msvcp71/msvcp71.spec   |   16 >  dlls/msvcp80/msvcp80.spec   |   32 >  dlls/msvcp90/Makefile.in    |    1 + >