Disable window manager rotation
authorJaeho Lee <jaeho81.lee@samsung.com>
Mon, 1 Apr 2013 05:59:52 +0000 (14:59 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Mon, 1 Apr 2013 05:59:52 +0000 (14:59 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
packaging/app-core.spec
src/appcore-efl.c

index 55a07f3..6aac880 100644 (file)
@@ -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
index 5503441..238b523 100755 (executable)
@@ -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;