It is not used anymore
Change-Id: Ie6bca0cf5845bff6c8fa431081a57f4e91ecb446
EINTERN int E_EVENT_COMPOSITOR_RESIZE = -1;
E_API int E_EVENT_COMPOSITOR_DISABLE = -1;
E_API int E_EVENT_COMPOSITOR_ENABLE = -1;
-E_API int E_EVENT_COMPOSITOR_FPS_UPDATE = -1;
//////////////////////////////////////////////////////////////////////////
#undef DBG
E_EVENT_COMPOSITOR_RESIZE = ecore_event_type_new();
E_EVENT_COMPOSITOR_DISABLE = ecore_event_type_new();
E_EVENT_COMPOSITOR_ENABLE = ecore_event_type_new();
- E_EVENT_COMPOSITOR_FPS_UPDATE = ecore_event_type_new();
ignores = eina_hash_pointer_new(NULL);
extern E_API int E_EVENT_COMPOSITOR_DISABLE;
extern E_API int E_EVENT_COMPOSITOR_ENABLE;
-extern E_API int E_EVENT_COMPOSITOR_FPS_UPDATE;
extern E_API E_Comp *e_comp;
extern E_API E_Comp_Wl_Data *e_comp_wl;