]> git.eshelyaron.com Git - emacs.git/commit
Fix decoding of XdndStatus rectangles on 64-bit systems
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 00:32:23 +0000 (08:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 00:32:23 +0000 (08:32 +0800)
commit47b8c3f0b97b6e59f475c996bba3cbb7f2e7ddf2
tree461c66176584de1df6fa1acec655881294d77ee7
parentf71cfd3084103460d7cdad96bf7f8b88e1d19596
Fix decoding of XdndStatus rectangles on 64-bit systems

* src/xterm.c (handle_one_xevent): Make data.l[2] and data.l[3]
unsigned.
src/xterm.c