]> git.eshelyaron.com Git - emacs.git/commit
Fix build with old XCB
authorPo Lu <luangruo@yahoo.com>
Mon, 5 Dec 2022 12:41:37 +0000 (20:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 5 Dec 2022 12:42:41 +0000 (20:42 +0800)
commitc1a3e8830bb2fa8c3e8056bb42360f3504c434e9
tree124305c7514becd8bb6b10a602000f5abf5fb684
parenta8574e76ff054aa70598ac7c21abc39736be9874
Fix build with old XCB

* src/xfns.c (x_get_net_workarea):
* src/xterm.c (x_dnd_compute_toplevels, x_dnd_get_proxy_proto)
(x_dnd_get_wm_state_and_proto, handle_one_xevent): Do not
include xcb_aux.h.  Use XA_ constants instead of XCB_ATOM_ ones.
src/xfns.c
src/xterm.c