Call elm_win_wm_rotation_available_rotations_set for keyboard window 02/40902/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Thu, 28 May 2015 02:36:41 +0000 (11:36 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 07:24:10 +0000 (16:24 +0900)
Change-Id: I2cc1c8b5d4954217725d7397455b70b74c68a4f2

src/sclcoreui-efl.cpp

index 69a4057..9c23539 100644 (file)
@@ -286,6 +286,8 @@ void CSCLCoreUIEFL::run(const sclchar *display)
         elm_win_autodel_set(main_window, EINA_TRUE);
         elm_win_title_set(main_window, uuid);
         elm_win_prop_focus_skip_set(main_window, EINA_TRUE);
+        int rots[] = { 0, 90, 180, 270 };
+        elm_win_wm_rotation_available_rotations_set(main_window, rots, (sizeof(rots) / sizeof(int)));
 
         unsigned int set = 1;
         ecore_x_window_prop_card32_set(elm_win_xwindow_get(main_window),