summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2013-04-01 14:59:52 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2013-04-01 14:59:52 +0900
commitafe0c68315b6f78a980c2ad82a234101f5882b32 (patch)
tree79cc3b5c60262440d6d8da2af039d521c4f95b3e
parente98d36cb7f8b9acb3d8442eb764a91c176ed6896 (diff)
downloadapp-core-afe0c68315b6f78a980c2ad82a234101f5882b32.tar.gz
app-core-afe0c68315b6f78a980c2ad82a234101f5882b32.tar.bz2
app-core-afe0c68315b6f78a980c2ad82a234101f5882b32.zip
Disable window manager rotation
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
-rw-r--r--packaging/app-core.spec2
-rwxr-xr-xsrc/appcore-efl.c3
2 files changed, 4 insertions, 1 deletions
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;