compositor: Adapt to wl_surface going away
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 8 May 2013 13:54:37 +0000 (09:54 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 8 May 2013 13:54:37 +0000 (09:54 -0400)
commitfe7aa90ed4f9536fc7c26cb87bbc89dafd950077
treefa2fcfa9688a87d4b01d83b64cddb52647edf5f2
parenta4036bbd230de4e039395547d35d52a2d721cbc4
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.
src/animation.c
src/compositor-rpi.c
src/compositor.c
src/compositor.h
src/data-device.c
src/input.c
src/shell.c
src/tablet-shell.c
src/text-backend.c
src/xwayland/window-manager.c