e_comp_wl: Add e_comp_wl_output_find_all() 58/284958/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 11 Aug 2022 05:21:19 +0000 (14:21 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Dec 2022 00:22:49 +0000 (09:22 +0900)
commitc13469d48ba82e515e7f7584a57a1eeb2087aa55
tree62d2f8b42265cb5fda8f04d311c3a3b1e3cd108a
parent21d92ac84759ed3de7e3162f65404180e6c2a115
e_comp_wl: Add e_comp_wl_output_find_all()

The function returns an array containing all E_Comp_Wl_Output on which
given E_Client is placed.

It's been fine with e_comp_wl_output_find() so far, but if given
E_Client is the window placed on negative poisition, then
e_comp_wl_output_find() returns null unless there is a output that
has negative position which doesn't make sense.

Change-Id: I3ddb891803ff88ff0de48dbc58055ac190a2fa84
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h