Re: [PATCH 1/6] server: Add server-side raw input functions definitions

2011-06-16 Thread Vincas Miliūnas
On 06/16/2011 04:26 PM, Vitaliy Margolen wrote: > On 06/15/2011 10:37 PM, Vincas Miliūnas wrote: >> On 06/16/2011 01:00 AM, Vitaliy Margolen wrote: >>> I'm not sure I like your approach and that AJ would like it either. >>> >>> Raw input is an "override" of regular messages caused by mouse/keyboard

Re: [PATCH 1/6] server: Add server-side raw input functions definitions

2011-06-16 Thread Vitaliy Margolen
On 06/15/2011 10:37 PM, Vincas Miliūnas wrote: On 06/16/2011 01:00 AM, Vitaliy Margolen wrote: I'm not sure I like your approach and that AJ would like it either. Raw input is an "override" of regular messages caused by mouse/keyboard input. Wine server already receives these messages from x11d

Re: [PATCH 1/6] server: Add server-side raw input functions definitions

2011-06-15 Thread Vincas Miliūnas
On 06/16/2011 01:00 AM, Vitaliy Margolen wrote: > On 06/14/2011 02:45 AM, Vincas Miliūnas wrote: >> This is a partial raw input implementation for mouse and keyboard. >> >> I've read in the IRC chat, that products of tools/make_request should >> not > be included in a patch, so I left them out. >>

Re: [PATCH 1/6] server: Add server-side raw input functions definitions

2011-06-15 Thread Vitaliy Margolen
On 06/14/2011 02:45 AM, Vincas Miliūnas wrote: This is a partial raw input implementation for mouse and keyboard. I've read in the IRC chat, that products of tools/make_request should not be included in a patch, so I left them out. My first attempts were by leeching input events from queue_mo

Re: [PATCH 1/6] server: Add server-side raw input functions definitions

2011-06-14 Thread Austin English
2011/6/14 Vincas Miliūnas : > This is a partial raw input implementation for mouse and keyboard. > > I've read in the IRC chat, that products of tools/make_request should not be > included in a patch, so I left them out. > > My first attempts were by leeching input events from queue_mouse_message