]> git.eshelyaron.com Git - emacs.git/commit
Stop skipping ShapeNotify events during DND on GTK+
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Apr 2022 08:08:19 +0000 (16:08 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Apr 2022 08:08:19 +0000 (16:08 +0800)
commit736fd8b258e5bbddf3e5260db1692d3e9ca4c81c
tree84495e509418cb8dd110873c4b36ea2bb3696e67
parent96b21b8da10e4e31981e8a6874411ab184259fa4
Stop skipping ShapeNotify events during DND on GTK+

* src/xterm.c (handle_one_xevent): Don't skip ShapeNotify events
because we can't send these events back to GDK manually.
src/xterm.c