From: huiyu.eun Date: Tue, 20 Dec 2016 05:37:50 +0000 (+0900) Subject: [SDL_tizen] Modify pre-rotation enum type X-Git-Tag: accepted/tizen/unified/20170407.190801~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F105936%2F1;p=platform%2Fupstream%2FSDL.git [SDL_tizen] Modify pre-rotation enum type Change-Id: If07e05caf715e41b665c4ef6fa3c3097ba4a99a0 Signed-off-by: huiyu.eun --- diff --git a/src/video/tizen/SDL_tizenwindow.c b/src/video/tizen/SDL_tizenwindow.c index 8d46b54..c154972 100755 --- a/src/video/tizen/SDL_tizenwindow.c +++ b/src/video/tizen/SDL_tizenwindow.c @@ -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);