]> code.delx.au - spectrwm/commit
Include the top level header of each xcb module used
authorAndrea Bolognani <eof@kiyuko.org>
Mon, 11 Jul 2016 22:18:50 +0000 (00:18 +0200)
committerReginald Kennedy <rk@rejii.com>
Fri, 26 Aug 2016 05:06:25 +0000 (13:06 +0800)
commit914d8f4c4661b3f842688986cad04ee392f477a0
treeb61b908029c66e664ba1c839b4a0753b7da384bf
parent092e5c269ffa08e9d174100a06d0d56ffcc85b69
Include the top level header of each xcb module used

One xcb module, one header file: <xcb/xcb.h> should to be
included directly, instead of relying on other modules dragging
it in; on the other hand, it's okay to include just the top
level <xcb/xcb_util.h> instead of the three separate sub-headers.

[rk@rejii.com: skip xcb_util.h since it breaks xcb-util < 0.3.8]
closes #142
spectrwm.c