From a48ece85aa890f9a678dd41b94d2cc6c0fc46627 Mon Sep 17 00:00:00 2001 From: Joonbum Ko Date: Thu, 13 Sep 2018 11:07:13 +0900 Subject: [PATCH] wayland-egl-tizen: Fixed a build warning. Change-Id: Icab11757adc178357488559cc8dc4ef5a724276f Signed-off-by: Joonbum Ko --- src/wayland-egl/wayland-egl-tizen.c | 2 +- src/wayland-egl/wayland-egl-tizen.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wayland-egl/wayland-egl-tizen.c b/src/wayland-egl/wayland-egl-tizen.c index d697efd..b44004a 100644 --- a/src/wayland-egl/wayland-egl-tizen.c +++ b/src/wayland-egl/wayland-egl-tizen.c @@ -50,7 +50,7 @@ unsigned int wl_egl_log_level; void wl_egl_window_tizen_set_rotation(struct wl_egl_window *egl_window, - wl_egl_window_tizen_rotation rotation) + int rotation) { if (egl_window == NULL) { WL_EGL_ERR("egl_window is NULL"); diff --git a/src/wayland-egl/wayland-egl-tizen.h b/src/wayland-egl/wayland-egl-tizen.h index a1d0ee6..b305e27 100644 --- a/src/wayland-egl/wayland-egl-tizen.h +++ b/src/wayland-egl/wayland-egl-tizen.h @@ -49,7 +49,7 @@ typedef enum { void wl_egl_window_tizen_set_rotation(struct wl_egl_window *egl_window, - wl_egl_window_tizen_rotation rotation); + int rotation); int wl_egl_window_tizen_get_capabilities(struct wl_egl_window *egl_window); -- 2.7.4