Signed-off-by: Chris Michael <cp.michael@samsung.com>
}
if (ee->prop.clas)
- ecore_wl2_window_class_set(wdata->win, ee->prop.clas);
+ ecore_wl2_window_class_name_set(wdata->win, ee->prop.clas);
}
void
return NULL;
}
+ ewd = ecore_wl2_display_connect(disp_name);
+ if (!ewd)
+ {
+ ERR("Failed to connect to Wayland Display %s", disp_name);
+ return NULL;
+ }
+
if (!(ee = calloc(1, sizeof(Ecore_Evas))))
{
ERR("Failed to allocate Ecore_Evas");
return NULL;
}
+ ewd = ecore_wl2_display_connect(disp_name);
+ if (!ewd)
+ {
+ ERR("Failed to connect to Wayland Display %s", disp_name);
+ return NULL;
+ }
+
if (!(ee = calloc(1, sizeof(Ecore_Evas))))
{
ERR("Failed to allocate Ecore_Evas");