wtz-blender: remove defunct error 04/295804/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 14 Jul 2023 02:24:43 +0000 (11:24 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Fri, 14 Jul 2023 05:45:55 +0000 (14:45 +0900)
If the wl_surface associated with the wtz_blend is destroyed,
the wtz_blend object becomes inert.

Change-Id: I56f988bd96a55a79bc5367cc242ed2f6c585f1aa

protocol/tizen/wtz-blender.xml

index 8f7e981..fbe94eb 100644 (file)
       as set by wl_surface.set_opaque_region. Clients must make sure to set
       their opaque region correctly to prevent repaint artifacts.
 
-      The blend object must be destroyed before the wl_surface, otherwise the
-      defunct protocol error is raised.
+      If the wl_surface associated with the wtz_blend is destroyed,
+      the wtz_blend object becomes inert.
     </description>
 
-    <enum name="error">
-      <entry name="defunct" value="1" summary="surface destroyed before blend"/>
-    </enum>
-
     <request name="destroy" type="destructor">
       <description summary="destroy the blend object">
         Destroy the blend object.