[SDL_tizen] Modify pre-rotation enum type 36/105936/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Tue, 20 Dec 2016 05:37:50 +0000 (14:37 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Tue, 20 Dec 2016 05:38:20 +0000 (14:38 +0900)
Change-Id: If07e05caf715e41b665c4ef6fa3c3097ba4a99a0
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/video/tizen/SDL_tizenwindow.c

index 8d46b54..c154972 100755 (executable)
@@ -127,7 +127,7 @@ Tizen_SetWindowFullscreen(_THIS, SDL_Window *window,
 void
 _tizen_pre_rotation_set(SDL_WindowData *_this)
 {
-    wl_egl_window_rotation rot;
+    tizen_wl_egl_window_rotation rot;
     if (!_this->egl_window) return;
 
     SDL_Log("%s with angle %d",__FUNCTION__, _this->rotation);