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 r...@linux.intel.com 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

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

2013-07-22 Thread Rob Bradford
From: Rob Bradford r...@linux.intel.com 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. ---