Fix build error in X11 environment temporarily 51/52151/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 19 Nov 2015 09:41:09 +0000 (18:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 19 Nov 2015 09:44:38 +0000 (01:44 -0800)
Change-Id: I3e8ba8f1f50538f19a6166fe53836fc4477868ba

src/sclcoreui-efl.cpp

index 756ba02..7166206 100644 (file)
@@ -101,10 +101,12 @@ void CSCLCoreUIEFL::set_keyboard_size_hints(SclSize portrait, SclSize landscape)
     ecore_wl_window_rotation_geometry_set(elm_win_wl_window_get(main_window), 180, 0, 0, portrait.width, portrait.height);
     ecore_wl_window_rotation_geometry_set(elm_win_wl_window_get(main_window), 270, 0, 0, landscape.height, landscape.width);
 #else
+    /*
     ecore_x_e_window_rotation_geometry_set(elm_win_xwindow_get(main_window),   0, 0, 0, portrait.width, portrait.height);
     ecore_x_e_window_rotation_geometry_set(elm_win_xwindow_get(main_window),  90, 0, 0, landscape.height, landscape.width);
     ecore_x_e_window_rotation_geometry_set(elm_win_xwindow_get(main_window), 180, 0, 0, portrait.width, portrait.height);
     ecore_x_e_window_rotation_geometry_set(elm_win_xwindow_get(main_window), 270, 0, 0, landscape.height, landscape.width);
+    */
 #endif
 }