diff options
author | Mikko Levonmaa <mikko.levonmaa@lge.com> | 2015-10-29 10:48:33 +0200 |
---|---|---|
committer | Mikko Levonmaa <mikko.levonmaa@bitfactor.fi> | 2015-11-28 11:25:12 +0000 |
commit | b0ae3f5473c1ad2e4a389297857dfb58fe933062 (patch) | |
tree | 1e73936f95e1292ec7b2a1b57ad20704344d0dad /.gitignore | |
parent | 5860ecb6a059c0c21d17b81f4ef3be836cf677c6 (diff) | |
download | qtwayland-b0ae3f5473c1ad2e4a389297857dfb58fe933062.tar.gz |
Example app for subsurfaces
The example subsurface client can be used to test the sync modes.
Space bar will toggle the sync mode, when in sync mode the cyan
rectangle can be dragged to generate parent surface commits
Change-Id: Ie5daa5bd5dc59eac54f05442e8f53026fc42c6e3
Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ examples/wayland/server-buffer/compositor/qwayland-server-*.cpp examples/wayland/server-buffer/compositor/qwayland-server-*.h examples/wayland/server-buffer/compositor/*-server-protocol.h examples/wayland/server-buffer/compositor/*-protocol.c +examples/wayland/subsurface/subsurface src/client/qwayland*.cpp src/client/*-protocol.c src/compositor/*-server-protocol.h |