mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
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
This commit is contained in:
parent
092e5c269f
commit
914d8f4c46
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
#include <X11/Xcursor/Xcursor.h>
|
#include <X11/Xcursor/Xcursor.h>
|
||||||
#include <X11/Xft/Xft.h>
|
#include <X11/Xft/Xft.h>
|
||||||
#include <X11/Xlib-xcb.h>
|
#include <X11/Xlib-xcb.h>
|
||||||
|
#include <xcb/xcb.h>
|
||||||
#include <xcb/xcb_atom.h>
|
#include <xcb/xcb_atom.h>
|
||||||
#include <xcb/xcb_aux.h>
|
#include <xcb/xcb_aux.h>
|
||||||
#include <xcb/xcb_event.h>
|
#include <xcb/xcb_event.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue