diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-07-31 09:48:04 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-07-31 09:48:04 -0700 |
commit | 5fceffa1f57d7919cc47c535c50d3f648acb199f (patch) | |
tree | baa7b43ff40f9ce631251b6da546f53698773b5d /renderutil | |
parent | 66c0d8ad5fc7a22c5c964121462ddae4a27c60f3 (diff) |
Plan 7 has been implemented, so xcb_renderutil compiles without faked prototypes.
Diffstat (limited to 'renderutil')
-rw-r--r-- | renderutil/cache.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/renderutil/cache.c b/renderutil/cache.c index 7cc19ba..fe95a14 100644 --- a/renderutil/cache.c +++ b/renderutil/cache.c @@ -60,11 +60,6 @@ static struct { DEPTH_MASK(24) | \ DEPTH_MASK(32)) -/* FIXME: XCB's "Plan 7" needs to be implemented before this code will work. */ -extern XCBVoidCookie XCBCreatePixmapChecked(XCBConnection *, int, XCBPIXMAP, XCBDRAWABLE, int, int); -extern XCBVoidCookie XCBFreePixmapChecked(XCBConnection *, XCBPIXMAP); -extern XCBGenericError *XCBRequestCheck(XCBConnection *, XCBVoidCookie); - /* Test each depth not explicitly advertised to see if pixmap creation * succeeds: if it does, that depth is usable. */ static int |