]> git.eshelyaron.com Git - emacs.git/commit
Utilize new string decoding feature in GTK native input
authorPo Lu <luangruo@yahoo.com>
Sat, 19 Feb 2022 01:18:27 +0000 (09:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 19 Feb 2022 01:18:27 +0000 (09:18 +0800)
commit02bca34852b1f9dd2b3e5364274452d377686f6a
tree28d56d2d80fdcf949c051bd39f31da3a7e2ba1f4
parent51e51ce2df46fc0c6e17a97e74b00366bb9c09d8
Utilize new string decoding feature in GTK native input

* src/gtkutil.c (xg_im_context_commit): Don't decode strings
manually using g_utf8_to_ucs4 but pass unibyte string as the
keystroke event arg instead.
src/gtkutil.c