Revision c2e217c...
Go back to digest for 16th November 2014Other in User Interface
Martin Gräßlin committed changes in [kwayland] /:
Adding a test application supporting output to a QWidget
This test application "testRenderingServer" is able to start a
Wayland server and uses a QWidget to render the "scene". It manages
ShellSurfaces and renders them on the QWidget in a very static way.
Furthermore input events (key, pointer, wheel) are forwarded to the
top most Surface.
This test server is able to support kwin_wayland as a client, but
weston's test application in latest release fail due to missing
xdg_shell support.
File Changes
Added 1 files
- tests/renderingservertest.cpp
Modified 1 files
- tests/CMakeLists.txt
2 files changed in total