]> git.saurik.com Git - wxWidgets.git/commit
Remember the last key event in wxGTK before passing it over to IM.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:19 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:19 +0000 (10:18 +0000)
commit9cbe96d0932a00ed61bc3cbd8a67013e9c8576e1
treebfdf6c6402476154fee054109d919b899e468103
parent371412145fdcff75d46401eb7fcffdc047f195cb
Remember the last key event in wxGTK before passing it over to IM.

Save the last key event before calling IM filter to be able to get the correct
modifiers, timestamp, position &c to use for the CHAR event generated from IM
commit callback.

This restores the changes of r34504 which were reverted for unknown (or at
least unmentioned) reason in r34521.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp