DSWaylandInputMethod: added temporary rotation degree 74/247574/1 accepted/tizen/unified/20201116.130514 submit/tizen/20201113.081305
authorJunseok, Kim <juns.kim@samsung.com>
Thu, 12 Nov 2020 05:39:05 +0000 (14:39 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Thu, 12 Nov 2020 06:44:22 +0000 (15:44 +0900)
Change-Id: I755e509a8515f2ab837798521b227af247b6178a
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/DSWaylandServer/DSWaylandInputMethod.cpp

index 4001547..ad50352 100644 (file)
@@ -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)