[cairo-commit] [cairo-www] src/summit
Carl Worth
cworth at freedesktop.org
Wed Sep 3 07:41:14 PDT 2008
src/summit/2008/notes.mdwn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 41e76de85dc96c5b3d56dab0070e408af282c2c2
Author: Carl Worth <cworth at cworth.org>
Date: Wed Sep 3 07:41:10 2008 -0700
Avoid being overprotective
diff --git a/src/summit/2008/notes.mdwn b/src/summit/2008/notes.mdwn
index 57f5589..094d06e 100644
--- a/src/summit/2008/notes.mdwn
+++ b/src/summit/2008/notes.mdwn
@@ -331,7 +331,7 @@ rather than the surface, and that it should allow for other data types
rather than just JPEG, (can accept a mime type and the blob of
data). So maybe something like this:
- `cairo_pattern_set_image_data` (`cairo_pattern_t` *pattern,
+ cairo_pattern_set_image_data (cairo_pattern_t *pattern,
const char *mimetype,
unsigned char *data,
unsigned int length);
More information about the cairo-commit
mailing list