ecore_event_add(E_EVENT_SCREEN_CHANGE, NULL, NULL, NULL);
-#if 0
- e_main_ts_begin("\tE_Hwc Ecore_Evas Init");
- if (!e_hwc_ecore_evas_init())
- {
- e_main_ts_end("\ttE_Hwc Ecore_Evas Init Failed");
- ERR("fail to e_hwc_ecore_evas_init");
- goto failed_comp_screen;
- }
- e_main_ts_end("\tE_Hwc Ecore_Evas Init Done");
-#endif
-
/* canvas */
e_main_ts_begin("\tE_Comp_Canvas Init");
if (!e_comp_canvas_init(e_comp_screen))
}
e_main_ts_end("\tE_Pointer New Done");
- /* FIXME: We need a way to trap for user changing the keymap inside of E
- * without the event coming from X11 */
-
- /* FIXME: We should make a decision here ...
- *
- * Fetch the keymap from drm, OR set this to what the E config is....
- */
-
- /* FIXME: This is just for testing at the moment....
- * happens to jive with what drm does */
-
e_main_ts_begin("\tE_Comp_WL Keymap Init");
e_comp_wl_input_keymap_init();
e_main_ts_begin("\tE_Comp_WL Keymap Init Done");