e_pixmap: Delete win id for surface resource 13/316313/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 12 Aug 2024 07:39:38 +0000 (16:39 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 19 Aug 2024 08:09:01 +0000 (17:09 +0900)
commit43b949687b735d8dc4a3f913e82ba348857062c1
tree9cc1f0a5dfd289f6c88fa23ca8d219f24b4fab98
parent343e22fd7cf3277e5267673f5dc1b0a6352a6866
e_pixmap: Delete win id for surface resource

From outside of e_pixmap doesn't know how id is used and managed. So,
deleting window id from outside is not easily understandable. I think
that since e_pixmap knows when surface resource is destroyed it's better
to delete window id by itself for readability.

Change-Id: I0e4d77879953ffe0f49c63f03be7cf4d91a154e9
src/bin/core/e_pixmap.c
src/bin/server/e_comp_wl.c
src/bin/server/e_compositor.c