comp-wl: Add missing function prototype
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Jan 2015 18:43:40 +0000 (13:43 -0500)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 Jan 2015 18:43:40 +0000 (13:43 -0500)
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>
src/bin/e_comp_wl.c

index 509782f..1fb97ad 100644 (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; */