e_client: Added an API to provide a way to access surface tree of E_Client. 82/217382/6
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 6 Nov 2019 11:58:25 +0000 (20:58 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Tue, 12 Nov 2019 05:53:59 +0000 (14:53 +0900)
commit59c363d57dc6b2b2790cefb088621dec821225a2
treef1dcb2f0143756fd5a8629029cb22062eacdee1d
parenta7271df9d082ff6301c08d311671dbcdd0e7a583
e_client: Added an API to provide a way to access surface tree of E_Client.

e_client_surface_tree_foreach(E_Client *, E_Client_Surface_Tree_Foreach, void *)

This API will call callback function with E_Client parameter from
the bottom stacked to top stacked one including given E_Client
initially.

Change-Id: I8ff183368c1a21cb4d8fb7ac08f9908dcec090f6
src/bin/e_client.c
src/bin/e_client.h