compositor: introduce internal shell_interface
authorTiago Vignatti <tiago.vignatti@intel.com>
Thu, 19 Apr 2012 13:18:18 +0000 (16:18 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 22 Apr 2012 03:21:08 +0000 (23:21 -0400)
commitbc052c99f926ec54f8da1e9bc7050d1c0a5311f0
tree1313a148c35acc9b0e168aa21120804a287233a2
parentb10f1e3ab0be973de4a31b22e9b2f2322b0b4a6a
compositor: introduce internal shell_interface

We're able now to create shell_surfaces inside Weston. This makes possible the
glue needed between shell and xserver-launcher.

On the desktop-shell, it was split the protocol part from shell_surface
specific functions to make this possible.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
src/compositor.h
src/shell.c
src/xserver-launcher.c