]> git.eshelyaron.com Git - emacs.git/commit
Use bswap_32 and bswap_16 in Motif DND code
authorPo Lu <luangruo@yahoo.com>
Thu, 5 May 2022 05:44:19 +0000 (13:44 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 5 May 2022 05:44:19 +0000 (13:44 +0800)
commitd15b11b50e92a13ebe90f28f3ac8791a1385edaf
tree35dc0c1357194bcf95e395434dcf0aeaf57ff4ac
parent01e874e1e6e6770ed0a5ba3ba7c9488494a2e61a
Use bswap_32 and bswap_16 in Motif DND code

* src/xterm.c (SWAPCARD32, SAPCARD16): Use glibc/gnulib
byte-swapping functions if checking is disabled.
src/xterm.c