fix build error - E_Client has no border_menu anymore 23/63523/1 accepted/tizen/common/20160325.041251 accepted/tizen/ivi/20160325.032821 accepted/tizen/mobile/20160325.032734 accepted/tizen/tv/20160325.032749 accepted/tizen/wearable/20160325.032801 submit/tizen/20160325.030129
authorDuna Oh <duna.oh@samsung.com>
Thu, 24 Mar 2016 10:33:54 +0000 (19:33 +0900)
committerDuna Oh <duna.oh@samsung.com>
Thu, 24 Mar 2016 10:34:17 +0000 (19:34 +0900)
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ic9bcfe019189d0fcb50ea488392b58feec101ffd

src/bin/e_comp_wl.c

index d64d4da4cccf080ada17b9fea0afcfd07eef0ebc..f16eab92bdf1bd564b8e8938c34f3238d59f05a4 100644 (file)
@@ -590,7 +590,7 @@ _e_comp_wl_device_send_event_device(const char *dev_name, Evas_Device_Class dev_
    Eina_List *l, *ll;
 
    if (!ec) return;
-   if (ec->cur_mouse_action || ec->border_menu || e_comp_wl->drag)
+   if (ec->cur_mouse_action || e_comp_wl->drag)
      return;
    if (e_object_is_del(E_OBJECT(ec))) return;
    if (ec->ignored) return;