1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

webkit-gtk: Add im hook

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3727 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-02-08 17:47:56 +00:00
parent cf6db2d6d6
commit 9808d08c9f
2 changed files with 14 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
Index: webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp
===================================================================
--- webkit-gtk-0.1+svnr28656-r4.orig/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:41:55.000000000 +0000
+++ webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:42:17.000000000 +0000
@@ -183,6 +183,7 @@
hildon_gtk_im_context_filter_event(webViewData->imContext, (GdkEvent*)event);
hildon_gtk_im_context_show(webViewData->imContext);
#endif
+ gtk_im_context_focus_in(webViewData->imContext);
}
return frame->eventHandler()->handleMouseReleaseEvent(PlatformMouseEvent(event));
+2 -1
View File
@@ -15,9 +15,10 @@ require webkit.inc
SRC_URI += "file://autogen.sh \
file://configure.ac \
file://GNUmakefile.am \
file://fix_im.patch;patch=1 \
"
PR = "r4"
PR = "r5"
do_install() {
install -d ${D}${bindir}