e_keyrouter_list: add two api for removing key_node_data 53/312553/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 11 Jun 2024 02:22:39 +0000 (11:22 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 11 Jun 2024 11:17:40 +0000 (20:17 +0900)
commitb8be681b466dbb7b9e5c819b20e2775b0d454e15
tree1127fb122823850f7c8dc88d213e06a80036a748
parente425e1320761b637219f0ec5a5e22416bdd01395
e_keyrouter_list: add two api for removing key_node_data

EINTERN void e_keyrouter_grabbed_key_client_node_data_remove(struct wl_client *wc, uint32_t key, uint32_t mode);
EINTERN void e_keyrouter_grabbed_key_surface_node_data_remove(struct wl_resource *surface, uint32_t key, uint32_t mode);

Change-Id: I0cf833aa31414819aee793f71e20d9d31eea683a
src/bin/inputmgr/e_keyrouter_intern.h
src/bin/inputmgr/e_keyrouter_list.c