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>
This commit is contained in:
committed by
Pekka Paalanen
parent
9e90760ab0
commit
79491b41f5
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user