[M120 Migration][MM] Handle live stream duration and currenttime
[platform/framework/web/chromium-efl.git] / tizen_src / ecore_wrapper / ecore_x_wayland_wrapper.h
1 // Copyright 2015 Samsung Electronics. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef ECORE_X_WAYLAND_WRAPPER_H_
6 #define ECORE_X_WAYLAND_WRAPPER_H_
7 #include "chromium_impl/build/tizen_version.h"
8
9 #if defined(USE_WAYLAND)
10 #if TIZEN_VERSION_AT_LEAST(5, 0, 0)
11 #include <Ecore_Wl2.h>
12 #else
13 #include <Ecore_Wayland.h>
14 #endif  // TIZEN_VERSION_AT_LEAST(5, 0, 0)
15 #else
16 #include <Ecore_X.h>
17 #endif
18
19 #endif