From eb5f15452b20b8f198c3140d09f7aff37616d943 Mon Sep 17 00:00:00 2001 From: Wonsik Jung Date: Thu, 21 Jan 2021 16:07:28 +0900 Subject: [PATCH] [Tizen] Disable PreRotation function Disable prerotation function for screen rotation. Because screen rotation works before wl-egl-window is created and prerotation needs the wl-egl-window. In addition, prerotaiton does not work in tizen commercial product. Change-Id: I14ee7c9e90e085790207d336eee8a214605b2b21 --- dali/internal/window-system/common/window-render-surface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dali/internal/window-system/common/window-render-surface.cpp b/dali/internal/window-system/common/window-render-surface.cpp index b608a27..f90c694 100644 --- a/dali/internal/window-system/common/window-render-surface.cpp +++ b/dali/internal/window-system/common/window-render-surface.cpp @@ -465,7 +465,6 @@ bool WindowRenderSurface::PreRender( bool resizingSurface, const std::vectorSetEglWindowRotation( totalAngle ); mWindowBase->SetEglWindowBufferTransform( totalAngle ); // Reset only screen rotation flag -- 2.7.4