From: Daekwang Ryu Date: Tue, 24 Apr 2018 06:37:39 +0000 (+0900) Subject: Revert "[Tizen] ecore-wl2: add zxdg_shell define" X-Git-Tag: accepted/tizen/unified/20180426.062511~14 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=a9ccaff70bb1e7a8704f8ffabeb1fb6670da55f4 Revert "[Tizen] ecore-wl2: add zxdg_shell define" This reverts commit c6a7f6290a12c8057ec598d63e86240e26a15934. Change-Id: Ifd094a74cccf17ac472e117364dab1372d80278c --- diff --git a/dali/integration-api/wayland/wl-types.h b/dali/integration-api/wayland/wl-types.h index 4d1feb0..d01b31d 100644 --- a/dali/integration-api/wayland/wl-types.h +++ b/dali/integration-api/wayland/wl-types.h @@ -22,11 +22,7 @@ #include // from wayland-devel package #ifdef WAYLAND_EXTENSIONS_SUPPORTED -#ifdef ECORE_WL2 -#include -#else #include // from wayland -#endif #include #endif @@ -54,14 +50,8 @@ typedef ::wl_touch_listener WlTouchListener; typedef ::wl_keyboard_listener WlKeyboardListener; #ifdef WAYLAND_EXTENSIONS_SUPPORTED -#ifdef ECORE_WL2 -typedef ::zxdg_shell_v6 WlXdgShell; -typedef ::zxdg_surface_v6 WlXdgShellSurface; -#else typedef ::xdg_shell WlXdgShell; typedef ::xdg_surface WlXdgShellSurface; -#endif - typedef ::wl_text_input_manager WlTextInputManager; // See Tizen wayland-extensions/protocol/text.xml typedef ::wl_text_input WlTextInput; // See Tizen wayland-extensions/protocol/text.xml typedef ::wl_text_input_listener WlTextInputListener; // See Tizen wayland-extensions/protocol/text.xml