shell: Convert resources to pointers
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 14 Jun 2013 15:07:54 +0000 (10:07 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 14 Jun 2013 20:49:10 +0000 (16:49 -0400)
commit651f00e94a3ea73ebaf59492f21420f69daecc87
tree4cc8660f1f77777f94856e25a37fde4d664d8ab7
parent0f2ef7ebd34163f1f303bf171f99c3e5147893d5
shell: Convert resources to pointers

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 <jason@jlekstrand.net>
src/shell.c