mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 04:40:06 +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>
|
||||
|
||||
<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>
|
||||
|
||||
<request name="destroy" type="destructor">
|
||||
|
|
@ -390,7 +390,7 @@
|
|||
</request>
|
||||
|
||||
<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.
|
||||
|
||||
The session will produce frames of the cursor image. The compositor may
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue