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 | 94375e7800dcde45abe9816ecd2837277c4b105c (patch) | |
tree | 9b98101b393a2c1009ce5dae89059afffbce9d01 | |
parent | 34a6db1bd10125c0c3b5cbc416e7ad496fc3231f (diff) |
libxcb now installs header files in <xcb>, not <X11/XCB>.
-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) |