comp-wl: Add missing function prototype

Since we call this function before it's actually defined in the
source, we'll just add a small function prototype at the top

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-09 13:43:40 -05:00
parent cf675ad688
commit b61debdcad
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
static void _e_comp_wl_subsurface_parent_commit(E_Client *ec, Eina_Bool parent_synchronized);
static void _e_comp_wl_client_idler_add(E_Client *ec);
/* local variables */
/* static Eina_Hash *clients_win_hash = NULL; */