diff options
author | Seunghun Lee <shiin.lee@samsung.com> | 2024-06-18 14:18:56 +0900 |
---|---|---|
committer | Seunghun Lee <shiin.lee@samsung.com> | 2024-06-18 14:19:03 +0900 |
commit | 1cd7908278b42eebb352e90c0d80706ac437619c (patch) | |
tree | 94fa6fce2fde452f5630943165e72a191a9db17d | |
parent | a8f26100279e91276a851bdced13ed426a26d1a3 (diff) | |
download | wayland-extension-1cd7908278b42eebb352e90c0d80706ac437619c.tar.gz wayland-extension-1cd7908278b42eebb352e90c0d80706ac437619c.tar.bz2 wayland-extension-1cd7908278b42eebb352e90c0d80706ac437619c.zip |
wtz_video_shell: Rename error name to be more understandable
Change-Id: I44b308a91192f86fae1160038cc1bfcef8dd716c
-rw-r--r-- | protocol/tizen/wtz-video-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/tizen/wtz-video-shell.xml b/protocol/tizen/wtz-video-shell.xml index 95f11ce..ee00042 100644 --- a/protocol/tizen/wtz-video-shell.xml +++ b/protocol/tizen/wtz-video-shell.xml @@ -95,7 +95,7 @@ <interface name="wtz_video_surface" version="1"> <enum name="error"> - <entry name="source_exists" value="0" summary=""/> + <entry name="handle_already_used" value="0" summary=""/> <entry name="role" value="1" summary="given surface has another role"/> <entry name="no_surface" value="2" summary="the wl_surface was destroyed"/> </enum> |