E_Alpha_Mask_Rect: Do not force update if pixmap of ec does not have buffer 53/317253/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 27 Dec 2024 07:07:42 +0000 (16:07 +0900)
committerchangyeon lee <cyeon.lee@samsung.com>
Fri, 27 Dec 2024 08:59:31 +0000 (08:59 +0000)
commit29429e4ffe0060654dcee8a8caf0cabb367bf2d1
treec70b32a46f865c72c48dfd7832568a4efd4fad3a
parentef99d70c5bd7e4964795b75395dc114a8f513c4f
E_Alpha_Mask_Rect: Do not force update if pixmap of ec does not have buffer

eglImage is destroyed in e_comp_object_native_surface_set(FALSE)
and the force update fails becuase the pixmap of ec does not have a buffer.
so the frame of ec is in a show state, but since the buffer of ec is not set,
garbage may be displayed on the screen.

Change-Id: I17fd5552fbc5e5691c39bf3bb0434844b876b3de
src/bin/compmgr/e_alpha_mask_rect.c