de-e_comp_get()ify e_win

This commit is contained in:
Mike Blumenkrantz 2015-01-23 14:09:49 -05:00
parent baad02c03a
commit 665a399b14
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
if (!strncmp(ecore_evas_engine_name_get(ee), "wayland", 7))
{
type = E_PIXMAP_TYPE_WL;
ctx->pointer = e_comp_get(NULL)->pointer;
ctx->pointer = e_comp->pointer;
}
else
{