]> git.eshelyaron.com Git - emacs.git/commit
Fix integer overflow with 32-bit visual
authorPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 05:26:41 +0000 (13:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 05:26:41 +0000 (13:26 +0800)
commit0c4f52066f65aa23312382874a3b1503c13926a5
treee5f849c1931aa54bcdbece5f15847d73f53b13ee
parent79fd672dfc1a66a5bce58f7de330785c0b09ade0
Fix integer overflow with 32-bit visual

* src/xfns.c (x_set_border_pixel):
(x_set_border_color): Use `unsigned long' for border color.
src/xfns.c