From b28b7421dbaea7bfdbe65efef648699f56b29a70 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 22 Jul 2008 22:51:17 +0200 Subject: [PATCH] Add Orientation typedef. --- src/video/symbian/SDL_epocvideo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/video/symbian/SDL_epocvideo.h b/src/video/symbian/SDL_epocvideo.h index c2f6752..de5c325 100644 --- a/src/video/symbian/SDL_epocvideo.h +++ b/src/video/symbian/SDL_epocvideo.h @@ -35,6 +35,8 @@ class CFbsBitmap; struct SDL_VideoDevice; +typedef CAknAppUi::TAppUiOrientation Orientation; + struct SDL_PrivateVideoData { TPoint iScreenPos; @@ -42,7 +44,7 @@ struct SDL_PrivateVideoData TSize iSwSurfaceSize; TUint8* iSwSurface; SDL_Rect** iRect; - CAknAppUi::TAppUiOrientation* iOrientation; + Orientation* iOrientation; }; struct SDL_PrivateGLData -- 2.11.4.GIT