]> git.eshelyaron.com Git - emacs.git/commit
Prevent GDK warning about missing event devices in most cases
authorPo Lu <luangruo@yahoo.com>
Wed, 10 Nov 2021 11:40:23 +0000 (19:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 10 Nov 2021 11:43:53 +0000 (19:43 +0800)
commit4d99388c165e131667c7111b17cdf4ea9059b95e
treee658fcf69ff691f4a42f10d70084d93305818852
parent4ab7a22abe9230a6374dbf3d892148ad099a96a8
Prevent GDK warning about missing event devices in most cases

* src/xwidget.c (synthesize_focus_in_event): Set event device to
selected frame's pointer if it's an X frame.
src/xwidget.c