mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 03:30:13 +01:00
ext-image-copy-capture: fix the error in the protocol description
Signed-off-by: YaoBing Xiao <xiaoyaobing@uniontech.com>
This commit is contained in:
parent
9ac1a0977e
commit
fc1faa707e
1 changed files with 2 additions and 2 deletions
|
|
@ -376,7 +376,7 @@
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<enum name="error">
|
<enum name="error">
|
||||||
<entry name="duplicate_session" value="1" summary="get_captuerer_session sent twice"/>
|
<entry name="duplicate_session" value="1" summary="get_capture_session sent twice"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<request name="destroy" type="destructor">
|
<request name="destroy" type="destructor">
|
||||||
|
|
@ -390,7 +390,7 @@
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
<request name="get_capture_session">
|
<request name="get_capture_session">
|
||||||
<description summary="get image copy captuerer session">
|
<description summary="get image copy capturer session">
|
||||||
Gets the image copy capture session for this cursor session.
|
Gets the image copy capture session for this cursor session.
|
||||||
|
|
||||||
The session will produce frames of the cursor image. The compositor may
|
The session will produce frames of the cursor image. The compositor may
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue