print xwl loading debug after checking compositor type

This commit is contained in:
Mike Blumenkrantz 2015-07-01 16:02:48 -04:00
parent 235980159f
commit dd1ff970ac
1 changed files with 2 additions and 2 deletions

View File

@ -277,11 +277,11 @@ e_modapi_init(E_Module *m)
{
char disp[8];
DBG("LOAD XWAYLAND MODULE");
/* make sure it's a wayland compositor */
if (e_comp->comp_type != E_PIXMAP_TYPE_WL) return NULL;
DBG("LOAD XWAYLAND MODULE");
/* alloc space for server struct */
if (!(exs = calloc(1, sizeof(E_XWayland_Server))))
return NULL;