Re: GSoC: dinput8 Action Mapping

2011-07-19 Thread Lucas Zawacki
Hey, I've got a couple patches implementing build and setactionmap for joysticks and I'd like you guys to give them a look. These implementations are very generic and I think I could use them for the keyboard and the mouse too. If everything's alright with these patches that'll be my next step. T

Re: [PATCH 2/2] ntdll: Set restart_scan on first call to NtQueryDirectoryFile.

2011-07-19 Thread Alexandre Julliard
Grazvydas Ignotas writes: > What about abusing F_GETFD/F_SETFD FD_CLOEXEC flag on file descriptor then? No, we need it to be always set. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 2/2] ntdll: Set restart_scan on first call to NtQueryDirectoryFile.

2011-07-19 Thread Grazvydas Ignotas
On Tue, Jul 19, 2011 at 12:39 PM, Alexandre Julliard wrote: > Grazvydas Ignotas writes: >> ok, what about expanding fd cache in dlls/ntdll/server.c with some >> functions to allow attaching a pointer to a handle? That would >> increase cache memory usage though, but perhaps something else could >

Re: [PATCH 10/10] ntdll/tests: add a number of tests for the Nt pipe functions and ioctls

2011-07-19 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=12606 Your paranoid android

Re: d3dx9_36: Use SUCCEEDED instead of !FAILED.

2011-07-19 Thread Michael Stefaniuc
Matteo Bruni wrote: > 2011/7/19 Michael Stefaniuc : >> --- >> dlls/d3dx9_36/mesh.c |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/dlls/d3dx9_36/mesh.c b/dlls/d3dx9_36/mesh.c >> index 94a291f..d8f72c4 100644 >> --- a/dlls/d3dx9_36/mesh.c >> +++ b/dlls/d3dx9_36/mes

Re: d3dx9_36: Use SUCCEEDED instead of !FAILED.

2011-07-19 Thread Matteo Bruni
2011/7/19 Michael Stefaniuc : > --- >  dlls/d3dx9_36/mesh.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/dlls/d3dx9_36/mesh.c b/dlls/d3dx9_36/mesh.c > index 94a291f..d8f72c4 100644 > --- a/dlls/d3dx9_36/mesh.c > +++ b/dlls/d3dx9_36/mesh.c > @@ -3376,7 +3376,7 @@ HR

Re: use Lithuanian letter in my name

2011-07-19 Thread max
On 07/19/2011 03:54 AM, Frédéric Delanoy wrote: On Mon, Jul 18, 2011 at 23:53, Nerijus Baliunas wrote: --- AUTHORS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Maybe you should ensure that the name you commit your patches with (foo in 'foo') is correctly spelled as well. I b

Re: use Lithuanian letter in my name

2011-07-19 Thread Nerijus Baliūnas
On Tue, 19 Jul 2011 09:54:49 +0200 Frédéric Delanoy wrote: > On Mon, Jul 18, 2011 at 23:53, Nerijus Baliunas > wrote: > > --- > >  AUTHORS |    2 +- > >  1 files changed, 1 insertions(+), 1 deletions(-) > > Maybe you should ensure that the name you commit your patches with > (foo in 'foo ') is

Re: [PATCH 2/2] ntdll: Set restart_scan on first call to NtQueryDirectoryFile.

2011-07-19 Thread Alexandre Julliard
Grazvydas Ignotas writes: > ok, what about expanding fd cache in dlls/ntdll/server.c with some > functions to allow attaching a pointer to a handle? That would > increase cache memory usage though, but perhaps something else could > use this too.. Handles can be shared across processes. -- Ale

Re: use Lithuanian letter in my name

2011-07-19 Thread Frédéric Delanoy
On Mon, Jul 18, 2011 at 23:53, Nerijus Baliunas wrote: > --- >  AUTHORS |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) Maybe you should ensure that the name you commit your patches with (foo in 'foo ') is correctly spelled as well. I believe the authors list is generated from wine