Add private function to get the window hash.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-07 15:33:22 +01:00
parent 92a649e35b
commit 659c6548d9
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ struct _Ecore_Wl_Dnd_Target
void _ecore_wl_window_init(void);
void _ecore_wl_window_shutdown(void);
Eina_Hash *_ecore_wl_window_hash_get(void);
void _ecore_wl_output_add(Ecore_Wl_Display *ewd, unsigned int id);
void _ecore_wl_output_del(Ecore_Wl_Output *output);