17d4494224f7c9ab92be6d97e714ed9a3af8d489
These tests are implemented on test suite framework, which provides internal method validation. Following features are tested for ivi-layer, - create with bad parameter - visibility with bad parameter - opacity with bad parameter - destination rectangle with bad parameter - orientation with bad parameter - dimension with bad parameter - position with bad parameter - source rectangle with bad parameter - properties with bad parameter - destroy ivi-layer and call set_visibility_commit_changes - destroy ivi-layer, call set_opacity, and commit_changes - destroy ivi-layer, call set_orientation, and commit_changes - destroy ivi-layer, call set_dimension, and commit_changes - call set_position, destroy ivi-layer, and commit_changes - call set_source_rectangle, destroy ivi-layer, and commit_changes - call set_destination_rectangle, destroy ivi-layer, and commit_changes - create duplicate - destroy ivi-layer and call get_layer Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
Weston Weston is the reference implementation of a Wayland compositor, and a useful compositor in its own right. Weston has various backends that lets it run on Linux kernel modesetting and evdev input as well as under X11. Weston ships with a few example clients, from simple clients that demonstrate certain aspects of the protocol to more complete clients and a simplistic toolkit. There is also a quite capable terminal emulator (weston-terminal) and an toy/example desktop shell. Finally, weston also provides integration with the Xorg server and can pull X clients into the Wayland desktop and act as a X window manager. Refer to http://wayland.freedesktop.org/building.html for building weston and its dependencies. The test suite can be invoked via `make check`; see http://wayland.freedesktop.org/testing.html for additional details.
Description
Languages
C
98%
Meson
1.4%
Shell
0.3%
GLSL
0.2%