From e31441bb48a7731ebaeb23688597490ea9ed0780 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 13 Aug 2015 10:33:48 -0400 Subject: [PATCH] enlightenment: Replace old comp_type conditionals Signed-off-by: Chris Michael --- src/bin/e_dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 7a2324b..ea1a03e 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -1219,7 +1219,7 @@ _e_dnd_cb_mouse_move(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) _e_drag_update(_drag_win_root, ev->x, ev->y, _action ?: ECORE_X_ATOM_XDND_ACTION_PRIVATE); # ifdef HAVE_WAYLAND - if ((e_comp->comp_type == E_PIXMAP_TYPE_WL) && e_comp_util_has_x()) + if (e_comp_util_has_xwayland()) { if (e_comp->wl_comp_data->drag != _drag_current) return ECORE_CALLBACK_RENEW; if (!e_comp->wl_comp_data->ptr.ec) return ECORE_CALLBACK_RENEW; -- 2.7.4