Re: [PATCH v3 weston] desktop-shell: Make activate_binding take a view instead of surface

2015-09-17 Thread Bryce Harrington
On Fri, Jun 26, 2015 at 12:37:56PM +0800, Jonas Ådahl wrote: > In preparation for further refactoring. This patch also removes a > redundant NULL check. Since we pass views, and views will always have an > associated surface, there is no point of checking if it has. > > Signed-off-by: Jonas Ådahl

[PATCH v3 weston] desktop-shell: Make activate_binding take a view instead of surface

2015-06-25 Thread Jonas Ådahl
In preparation for further refactoring. This patch also removes a redundant NULL check. Since we pass views, and views will always have an associated surface, there is no point of checking if it has. Signed-off-by: Jonas Ådahl --- Changes since v2: * Removed redundant NULL check. desktop-she