visibility: add missing 'static' for internal function 57/92557/1
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 14 Oct 2016 09:06:11 +0000 (18:06 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 17 Oct 2016 10:45:09 +0000 (19:45 +0900)
Change-Id: Ie7e5283028c47cfb8f1fcbd0e69f134395fdcb84

src/bin/e_policy_visibility.c

index fcf9d230b3ae83ea3cafb556d6eeee4c4a34e6d9..02019132bbd1154f87c330adfddad7ae579868ac 100644 (file)
@@ -1089,7 +1089,7 @@ _e_vis_intercept_hide(void *data EINA_UNUSED, E_Client *ec)
    return EINA_FALSE;
 }
 
-Eina_Bool
+static Eina_Bool
 _e_vis_idle_enter(void *data)
 {
    _e_vis_job_queue_update();