Revert "[Tizen] ecore-wl2: add zxdg_shell define" 72/178472/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 10 May 2018 05:05:22 +0000 (14:05 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 10 May 2018 05:05:26 +0000 (14:05 +0900)
This reverts commit d838dd854f0fca43170013f32d5bf5e4d9780b50.

Change-Id: I8fe9f3f32538beec2a0e5edf32d81f52c7eba73a

dali/integration-api/wayland/wl-types.h

index 4d1feb0..d01b31d 100644 (file)
 #include <wayland-client.h> // from wayland-devel package
 
 #ifdef WAYLAND_EXTENSIONS_SUPPORTED
-#ifdef ECORE_WL2
-#include <wayland-extension/xdg-shell-unstable-v6-client-protocol.h>
-#else
 #include <wayland-extension/xdg-shell-client-protocol.h>   // from wayland
-#endif
 #include <wayland-extension/text-client-protocol.h>
 #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