mmi-ref-fusion : change _event_handlers to static 48/265148/1
authorulgal-park <ulgal.park@samsung.com>
Tue, 5 Oct 2021 03:36:28 +0000 (12:36 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 12 Oct 2021 03:02:46 +0000 (12:02 +0900)
Change-Id: I79a8a4b213b0323edf0cdbc6bc9449d59c5c6ce0

src/modules/ref_fusion/mmi-ref-fusion.c

index 5622d5903db6186e84ab5e6ebf97e443fdd2454c..8bf0a97b8ce84dcaebbd21ad99804852c495f960 100644 (file)
@@ -65,7 +65,7 @@ unsigned long long state_caps[MMI_STATE_TERMINATION+1] =
 mmi_client *_focus_client = NULL;
 mmi_state _prev_state = MMI_STATE_NONE;
 mmi_state _state = MMI_STATE_NONE;
-Ecore_Event_Handler *_event_handlers;
+static Ecore_Event_Handler *_event_handlers;
 
 static Eina_Bool
 _focus_change_cb(void *data EINA_UNUSED, int type, void *event)