]> git.eshelyaron.com Git - emacs.git/commit
Fix byte swapping of some drag-and-drop messages
authorPo Lu <luangruo@yahoo.com>
Tue, 17 May 2022 01:10:46 +0000 (09:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 17 May 2022 01:10:46 +0000 (09:10 +0800)
commit164ff4a012d74d6a7b0a7f42ad5f7ad7ac9f207b
treeb54f0fd9161d400d8cd9e55a63411cb1af5f3799
parent3939a72fcb5230e86cbe2fb9bcfe00be1dc7bfe0
Fix byte swapping of some drag-and-drop messages

* src/xterm.c (SWAPCARD16, SWAPCARD32): Actually swap the data
instead of just calling bswap_32/bswap_16.
src/xterm.c