Change-Id: Icab11757adc178357488559cc8dc4ef5a724276f
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
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");
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);