diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-09-25 04:13:01 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-09-25 04:13:01 -0700 |
commit | 7413b7781257815f13eba9bc0567dd208fadfeaa (patch) | |
tree | 767a84d861b46739f84b564e722cc8e444c672db /renderutil | |
parent | a76558d985a2a0172e452e705249c37c5dafae0b (diff) |
libxcb now installs header files in <xcb>, not <X11/XCB>.
Diffstat (limited to 'renderutil')
-rw-r--r-- | renderutil/xcb_renderutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renderutil/xcb_renderutil.h b/renderutil/xcb_renderutil.h index 51a3718..d3ffb2b 100644 --- a/renderutil/xcb_renderutil.h +++ b/renderutil/xcb_renderutil.h @@ -25,7 +25,7 @@ #ifndef XCB_RENDERUTIL #define XCB_RENDERUTIL -#include <X11/XCB/render.h> +#include <xcb/render.h> /* FIXME: These PictFormat declarations should be in render.xml. */ #define PictFormatID (1 << 0) |