From: Junseok, Kim Date: Thu, 12 Nov 2020 05:39:05 +0000 (+0900) Subject: DSWaylandInputMethod: added temporary rotation degree X-Git-Tag: accepted/tizen/unified/20201116.130514^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43997178b8f8aa534be43bb73bafe8cd5c20c48f;p=platform%2Fcore%2Fuifw%2Flibds.git DSWaylandInputMethod: added temporary rotation degree Change-Id: I755e509a8515f2ab837798521b227af247b6178a Signed-off-by: Junseok, Kim --- diff --git a/src/DSWaylandServer/DSWaylandInputMethod.cpp b/src/DSWaylandServer/DSWaylandInputMethod.cpp index 4001547..ad50352 100644 --- a/src/DSWaylandServer/DSWaylandInputMethod.cpp +++ b/src/DSWaylandServer/DSWaylandInputMethod.cpp @@ -549,7 +549,8 @@ void DSWaylandInputMethodPrivate::sendDeactivate(void *contextResource, bool foc void DSWaylandInputMethodPrivate::showInputPanel(void *contextResource, int textInputId) { //Resource *resource = getResource(textInputId); - send_show_input_panel(__resource->handle, (struct ::wl_resource *)contextResource); + //FIXME: please, replace with current client's rotation degree + send_show_input_panel(__resource->handle, (struct ::wl_resource *)contextResource, 0); } void DSWaylandInputMethodPrivate::hideInputPanel(void *contextResource, int textInputId)