Re: [PATCH 2/5] user32: Add initial input parameter validations to RawInput functions. (resend)

2011-11-28 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=15690 Your paranoid android

Re: [PATCH 1/5] user32/tests: Initial tests for RawInput functions. (try 2)

2011-11-28 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=15689 Your paranoid android

Re: [PATCH 1/5] user32/tests: Initial tests for RawInput functions.

2011-11-27 Thread Vitaliy Margolen
On 11/27/2011 09:10 PM, Marvin wrote: 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/JobDet

Re: [PATCH 2/5] user32: Add initial input parameter validations to RawInput functions.

2011-11-27 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=15664 Your paranoid android

Re: [PATCH 1/5] user32/tests: Initial tests for RawInput functions.

2011-11-27 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=15663 Your paranoid android

Re: XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-29 Thread Vitaliy
Stefan Dösinger wrote: > Am Monday 22 June 2009 13:12:40 schrieb Paul TBBle Hampson: *) A new process (ala services.exe) which grabs XI2 events from X11 via its own connection and feeds them to the wineserver. >>> It should run in the context of the explorer process, no need for a new >>>

Re: XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-22 Thread Stefan Dösinger
Am Monday 22 June 2009 13:12:40 schrieb Paul TBBle Hampson: > >> *) A new process (ala services.exe) which grabs XI2 events from X11 via > >> its own connection and feeds them to the wineserver. > > > > It should run in the context of the explorer process, no need for a new > > process. > > Sounds

Re: XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-22 Thread Paul TBBle Hampson
On Mon, Jun 22, 2009 at 12:57:35PM +0200, Alexandre Julliard wrote: > Paul TBBle Hampson writes: >> *) A new process (ala services.exe) which grabs XI2 events from X11 via >> its own connection and feeds them to the wineserver. > It should run in the context of the explorer process, no need for a

Re: XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-22 Thread Alexandre Julliard
Paul TBBle Hampson writes: > The three possibilities I see are: > > *) Most recent foreground application catches XI2 events in its own > spawned thread. Need to elect a replacement on process exit. Easiest to > co-ordinate with non-XI2 hook-feeding code. > > *) Wineserver gains an X11 connection

XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-21 Thread Paul TBBle Hampson
I've been thinking about the XI2 a fair bit since the last time we discussed it on the mailing list, and a few things have come to mind, which I think need sanity checking before I explore any harder. I'm assuming we want one X11 connection turning XI2 events into WH_*_LL events, RawIn

Re: RawInput

2007-01-08 Thread Vitaliy Margolen
Michał Majchrowicz wrote: > Hi. I am trying to write functions for RawInput in wine. > If understand correctly GetRawInputDeviceList function gives us > an array of rawinputdevice's registered with function > RegisterRawInputDevices. > So implementing it would be just geting

RawInput

2007-01-08 Thread Michał Majchrowicz
Hi. I am trying to write functions for RawInput in wine. If understand correctly GetRawInputDeviceList function gives us an array of rawinputdevice's registered with function RegisterRawInputDevices. So implementing it would be just geting and setting data in array. But I have two questi