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:
@@ -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));
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user