From 5e4cdb90642d61f94e8b0aa9a2f681148317f44b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 18 Sep 2014 15:10:13 +0200 Subject: [PATCH] modules/wl_drm: Remove trailing whitespaces --- src/modules/wl_drm/e_mod_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c index a51d59f51..b1b74c886 100644 --- a/src/modules/wl_drm/e_mod_main.c +++ b/src/modules/wl_drm/e_mod_main.c @@ -21,7 +21,7 @@ e_modapi_init(E_Module *m) comp = e_comp_new(); comp->comp_type = E_PIXMAP_TYPE_WL; - if ((e_comp_gl_get()) && + if ((e_comp_gl_get()) && (e_comp_config_get()->engine == E_COMP_ENGINE_GL)) { /* TOOD: create ecore_evas for new drm gl backend */ @@ -74,11 +74,11 @@ e_modapi_init(E_Module *m) comp->pointer = e_pointer_canvas_new(comp->ee, EINA_TRUE); comp->pointer->color = EINA_TRUE; - /* FIXME: We need a way to trap for user changing the keymap inside of E + /* 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.... */ @@ -89,7 +89,7 @@ e_modapi_init(E_Module *m) return m; } -EAPI int +EAPI int e_modapi_shutdown(E_Module *m EINA_UNUSED) { /* shutdown ecore_drm */