Re: [RFC weston 03/12] shell: Convert resources to pointers

2013-06-14 Thread Kristian Høgsberg
On Fri, Jun 14, 2013 at 10:07:54AM -0500, Jason Ekstrand wrote: > This commit converts shell_surface.resource to a pointers and updates > shell.c to use wl_resource_get accessors for shell_surface, desktop_shell, > screensaver, and workspace_manager related resources. > > Signed-off-by: Jason Ekst

[RFC weston 03/12] shell: Convert resources to pointers

2013-06-14 Thread Jason Ekstrand
This commit converts shell_surface.resource to a pointers and updates shell.c to use wl_resource_get accessors for shell_surface, desktop_shell, screensaver, and workspace_manager related resources. Signed-off-by: Jason Ekstrand --- src/shell.c | 126 ++---