]> git.eshelyaron.com Git - emacs.git/commit
Fix recent change for big endian systems where `Atom' is 64 bits
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Jan 2022 13:26:38 +0000 (21:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Jan 2022 13:28:09 +0000 (21:28 +0800)
commitd1648945fc4d665221eedc383618d5bb059d2ba3
tree9e9897f9923966b4077076e1231026dd919cf66f
parent2122b83995398238fcf387185eb9cf91a62596d1
Fix recent change for big endian systems where `Atom' is 64 bits

* src/xfns.c (x_create_tip_frame): Cast atoms to xcb_atom_t
and pass a reference to that to xcb_change_property instead.
src/xfns.c