From afe0c68315b6f78a980c2ad82a234101f5882b32 Mon Sep 17 00:00:00 2001 From: Jaeho Lee Date: Mon, 1 Apr 2013 14:59:52 +0900 Subject: Disable window manager rotation Signed-off-by: Jaeho Lee --- packaging/app-core.spec | 2 +- src/appcore-efl.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/app-core.spec b/packaging/app-core.spec index 55a07f3..6aac880 100644 --- a/packaging/app-core.spec +++ b/packaging/app-core.spec @@ -1,7 +1,7 @@ Name: app-core Summary: Application basic Version: 1.2 -Release: 43 +Release: 44 Group: Application Framework License: Apache License, Version 2.0 Source0: app-core-%{version}.tar.gz diff --git a/src/appcore-efl.c b/src/appcore-efl.c index 5503441..238b523 100755 --- a/src/appcore-efl.c +++ b/src/appcore-efl.c @@ -536,6 +536,9 @@ static Ecore_X_Atom _WM_WINDOW_ROTATION_CHANGE_REQUEST = 0; static int __check_wm_rotation_support(void) { + _DBG("Disable window manager rotation"); + return -1; + Ecore_X_Window root, win, win2; int ret; -- cgit v1.2.3