add rotate code for supporting landscape view
authorHyungdeuk Kim <hd3.kim@samsung.com>
Fri, 23 Nov 2012 07:39:10 +0000 (16:39 +0900)
committerHyungdeuk Kim <hd3.kim@samsung.com>
Fri, 23 Nov 2012 07:39:10 +0000 (16:39 +0900)
client/ug-client.c
packaging/ui-gadget-1.spec

index 5ed81e913b981602903fcb7db65c35cfa350d4f2..5fccba0120711ab0a60e94d1772150bbea8785fb 100755 (executable)
@@ -98,6 +98,9 @@ static int rotate(enum appcore_rm m, void *data)
                break;
        }
 
+       if(r >= 0)
+               elm_win_rotation_with_resize_set(ad->win, r);
+
        return 0;
 }
 
index 68e6ad7b3167b8d62291c61917004641b946e74d..f31d3e1617ef3ad76aa8641756b7a1b84baf8393 100755 (executable)
@@ -1,7 +1,7 @@
 
 Name:       ui-gadget-1
 Summary:    UI Gadget Library
-Version:    0.1.1
+Version:    0.1.2
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN