commit | fe7aa90ed4f9536fc7c26cb87bbc89dafd950077 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed May 08 09:54:37 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed May 08 09:54:37 2013 -0400 |
tree | fa2fcfa9688a87d4b01d83b64cddb52647edf5f2 | |
parent | a4036bbd230de4e039395547d35d52a2d721cbc4 [diff] |
compositor: Adapt to wl_surface going away struct weston_surface is now the only surface type we have (in core, shell.c has shell_surface, of course). A lot of code gets simpler and we never have to try to guess whether an API takes a wl_surface or a weston_surface.