From 55adba38a6710e18ff6e3c405b44141372b4303e Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Fri, 14 Jul 2023 11:24:43 +0900 Subject: [PATCH] wtz-blender: remove defunct error 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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/protocol/tizen/wtz-blender.xml b/protocol/tizen/wtz-blender.xml index 8f7e981..fbe94eb 100644 --- a/protocol/tizen/wtz-blender.xml +++ b/protocol/tizen/wtz-blender.xml @@ -74,14 +74,10 @@ 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. - - - - Destroy the blend object. -- 2.7.4