protocol: move sub-surfaces to Wayland
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 15 Nov 2013 14:12:13 +0000 (16:12 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 16 Nov 2013 00:23:17 +0000 (16:23 -0800)
commita662206e711cce852871929d29b4ca82fd9e0efe
tree30a2a0476e46996a31567ba40ee81aa92c53267f
parentba44c6bf2e266e197818f3dbeabde0e6bc11fd81
protocol: move sub-surfaces to Wayland

This reverts commit 2396aec6842c709a714f3825dbad9fd88478f2e6.

This exact version of the sub-surface protocol has been copied into
Wayland core. Therefore it must be removed from here to avoid build
conflicts and useless duplication.

No other changes to sub-surface protocol consumers are needed, the
identical API is now offered by libwayland-client and libwayland-server.

The commit adding sub-surfaces to Wayland is:
Author: Pekka Paalanen <pekka.paalanen@collabora.co.uk>

    protocol: add sub-surfaces to the core

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
clients/.gitignore
clients/Makefile.am
clients/window.h
protocol/Makefile.am
protocol/subsurface.xml [deleted file]
src/.gitignore
src/Makefile.am
src/compositor.c
tests/.gitignore
tests/Makefile.am
tests/subsurface-test.c