Change global variables to static 28/248928/1
authorInHong Han <inhong1.han@samsung.com>
Thu, 3 Dec 2020 04:37:53 +0000 (13:37 +0900)
committerInHong Han <inhong1.han@samsung.com>
Thu, 3 Dec 2020 08:46:54 +0000 (17:46 +0900)
Change-Id: I4e4e02c740f24d5bec8f988c4aae55ee4ee258ae

src/e_mod_input_panel.c

index ae7232c..cff71d0 100644 (file)
@@ -75,8 +75,8 @@ struct _E_Input_Panel_Floating_Info
    } start_position;
 };
 
-E_Input_Panel *g_input_panel = NULL;
-E_Input_Panel_Floating_Info *g_floating_info = NULL;
+static E_Input_Panel *g_input_panel = NULL;
+static E_Input_Panel_Floating_Info *g_floating_info = NULL;
 Eina_List *handlers = NULL;
 static Eina_Bool panel_show_need_rerun = EINA_FALSE;
 static Ecore_Timer *g_timer_wait_update  = NULL;