[Xcb-commit] xcb-util
Josh Triplett
josh at kemper.freedesktop.org
Thu Apr 27 16:26:12 PDT 2006
xcb-util/image/xcb_image.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 93bea3e6dfb716f2df179784c8db035820854652 (from d87bd043035e4c4246b436f46892f2f4f12aedf9)
Author: Josh Triplett <josh at freedesktop.org>
Date: Thu Apr 27 16:26:04 2006 -0700
Fix use of deprecated name XCBConnSetupSucessRep in comment to use XCBSetup.
diff --git a/xcb-util/image/xcb_image.c b/xcb-util/image/xcb_image.c
index 43906cb..6a6abbb 100644
--- a/xcb-util/image/xcb_image.c
+++ b/xcb-util/image/xcb_image.c
@@ -76,7 +76,7 @@ xcb_scanline_pad_get (XCBConnection *con
/* XCBFORMATIter iter; */
/* int cur; */
-/* iter = XCBConnSetupSuccessRepPixmapFormatsIter (conn->setup); */
+/* iter = XCBSetupPixmapFormatsIter (conn->setup); */
/* for (cur = 0 ; cur < iter.rem ; cur++, XCBFORMATNext (&iter)) */
/* if (iter.data->depth == depth) */
/* return iter.data->scanline_pad; */
More information about the xcb-commit
mailing list