Add E_Alpha_Mask_Rect 87/310187/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 27 Mar 2024 10:26:41 +0000 (19:26 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 24 Apr 2024 00:57:55 +0000 (09:57 +0900)
commit54ce1b0e7ecb448d258122085b098e747e842b0b
tree59f4c9532366d10a0899fb2031276880d0e89173
parent1178bf921c35576997eada9ee3f4462c6867f3f8
Add E_Alpha_Mask_Rect

This separates out the implementation of 'below rectangle object' from
e_comp_wl_subsurface to enhance maintainability.
As a result, the previous member fields associated with the below
rectangle object have become obsolete, and the E_Client structure should
no longer contain references to them.

Change-Id: I0be206c4b8d5d4c5798157d8b6ec0c24403379af
src/bin/Makefile.mk
src/bin/e_alpha_mask_rect.c [new file with mode: 0644]
src/bin/e_alpha_mask_rect_intern.h [new file with mode: 0644]
src/bin/e_comp_wl.c
src/bin/e_comp_wl_subsurface.c
src/bin/e_comp_wl_subsurface_intern.h
src/bin/e_desk_area.c
src/bin/e_info_server.c
src/include/e_comp_wl.h