wl_shell_surface adaptation
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 25 Nov 2011 10:09:16 +0000 (12:09 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 4 Dec 2011 19:54:26 +0000 (14:54 -0500)
commit9d1613eb4a183c0e412c2f920d25e98ea964f48c
treecadb42e63119d5a151d8a3584df57f7b266798aa
parent865f9b87c94da90ae12ca9732860c7bf7ac1f953
wl_shell_surface adaptation

Protocol changes in Wayland core introduced a new interface
wl_shell_surface, and moved all wl_shell surface methods into it. Adapt
the compositor and its Wayland backend, shell plugin, and all clients to
the new interface.

Depends on the Wayland core commit "protocol: introduce wl_shell_surface"

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/simple-egl.c
clients/simple-shm.c
clients/window.c
clients/window.h
compositor/compositor-wayland.c
compositor/shell.c