compositor: Organize surface stack using new struct weston_layer
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 29 Feb 2012 17:42:35 +0000 (12:42 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 1 Mar 2012 22:33:51 +0000 (17:33 -0500)
commit3be2ce9e494aa371b4ab37d7c6afd9d235b64bd6
tree9efbc8999b4cc2c40c98e5276c000221fa4aac76
parent944236a71234d8ecd86c43b6204a4972f003eb68
compositor: Organize surface stack using new struct weston_layer

The surface data structure is now a list of list of surfaces.  The core
compositor defines the fade and cursor layer, and it's up to the shell to
provide more layers for the various surface types it implements.
src/compositor.c
src/compositor.h
src/shell.c