[cairo-commit] src/cairo-xcb-surface.c
Jamey Sharp
jamey at kemper.freedesktop.org
Mon Oct 16 11:24:02 PDT 2006
src/cairo-xcb-surface.c | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree 8dabfc7ffe36649f85873043f8fc4f06714e5845 (from 7988f2cc6ac596de61ef4378df66cbafece5f747)
Author: Jamey Sharp <jamey at minilop.net>
Date: Mon Oct 16 11:23:38 2006 -0700
XCB: Add the have_clip_rects field to cairo_xcb_surface, to match the Xlib surface.
Correction to my previous commit. *sigh*
diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c
index de672c6..51cd681 100644
--- a/src/cairo-xcb-surface.c
+++ b/src/cairo-xcb-surface.c
@@ -71,6 +71,7 @@ typedef struct cairo_xcb_surface {
int height;
int depth;
+ cairo_bool_t have_clip_rects;
xcb_rectangle_t *clip_rects;
int num_clip_rects;
More information about the cairo-commit
mailing list