From: Jihoon Kim Date: Thu, 19 Nov 2015 09:41:09 +0000 (+0900) Subject: Fix build error in X11 environment temporarily X-Git-Tag: submit/tizen/20151119.043935~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b897aa33448cab19bcb8cd6374b80a0c4467b7f;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Fix build error in X11 environment temporarily Change-Id: I3e8ba8f1f50538f19a6166fe53836fc4477868ba --- diff --git a/src/sclcoreui-efl.cpp b/src/sclcoreui-efl.cpp index 756ba02..7166206 100644 --- a/src/sclcoreui-efl.cpp +++ b/src/sclcoreui-efl.cpp @@ -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 }