summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorLeandro Ribeiro <leandro.ribeiro@collabora.com>2020-10-17 15:08:25 -0300
committerPekka Paalanen <pq@iki.fi>2020-10-27 12:19:39 +0000
commit79491b41f5cf375eee04ba0584b35d80c043cb92 (patch)
treebc6caf9a9dbbd5ff2e7d57ee0fc1e33fb5f6b83e /protocol
parent9e90760ab054db2234f73374600489fa5584ad7c (diff)
downloadweston-79491b41f5cf375eee04ba0584b35d80c043cb92.tar.gz
tests: drop test suite screenshooter implementation and protocol extension
This is a follow-up of commit "tests: start to use Weston's default screenshooter in the test suite". As we've started to use Weston's default screenshooter implementation and protocol extension in the test suite, we don't need what we've created specifically for the test suite anymore. Drop test suite screenshooter implementation and protocol extension. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/weston-test.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/protocol/weston-test.xml b/protocol/weston-test.xml
index 00b7185d..f880414d 100644
--- a/protocol/weston-test.xml
+++ b/protocol/weston-test.xml
@@ -80,22 +80,6 @@
<arg name="x" type="fixed"/>
<arg name="y" type="fixed"/>
</event>
- <request name="capture_screenshot">
- <description summary="records current screen image">
- Records an image of what is currently displayed on a given
- display output, returning the image as an event.
- </description>
- <arg name="output" type="object" interface="wl_output"
- summary="output to capture from"/>
- <arg name="buffer" type="object" interface="wl_buffer"
- summary="buffer for returning screenshots to the test client"/>
- </request>
- <event name="capture_screenshot_done">
- <description summary="screenshot capture is done">
- The capture_screenshot_done signal is sent when a screenshot has been copied into the
- provided buffer.
- </description>
- </event>
<request name="send_touch">
<arg name="tv_sec_hi" type="uint"/>
<arg name="tv_sec_lo" type="uint"/>