Re: [PATCH weston 1/6] input: For serial generation get the display from the compositor

2013-08-12 Thread Kristian Høgsberg
On Mon, Jul 22, 2013 at 05:31:38PM +0100, Rob Bradford wrote: > From: Rob Bradford > > This removes the use of wl_client_get_display() where the client is > derived from the focussed resource. This starts the removal of the > assumption of a single resource on a client that would be notified abou

Re: [PATCH weston 1/6] input: For serial generation get the display from the compositor

2013-07-24 Thread Daniel Stone
Yep, makes a lot of sense - it was only in there originally due to the libwayland-server/weston input split. On 22 July 2013 17:31, Rob Bradford wrote: > From: Rob Bradford > > This removes the use of wl_client_get_display() where the client is > derived from the focussed resource. This starts t

[PATCH weston 1/6] input: For serial generation get the display from the compositor

2013-07-22 Thread Rob Bradford
From: Rob Bradford This removes the use of wl_client_get_display() where the client is derived from the focussed resource. This starts the removal of the assumption of a single resource on a client that would be notified about events on the focussed surface. --- src/bindings.c| 5 + src