wayland-egl-tizen: Fixed a build warning. 34/189034/2
authorJoonbum Ko <joonbum.ko@samsung.com>
Thu, 13 Sep 2018 02:07:13 +0000 (11:07 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Thu, 13 Sep 2018 05:21:18 +0000 (14:21 +0900)
Change-Id: Icab11757adc178357488559cc8dc4ef5a724276f
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/wayland-egl/wayland-egl-tizen.c
src/wayland-egl/wayland-egl-tizen.h

index d697efd..b44004a 100644 (file)
@@ -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");
index a1d0ee6..b305e27 100644 (file)
@@ -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);