[cairo-commit] cairo/src cairo-xcb-surface.c,1.49,1.50
Carl Worth
commit at pdx.freedesktop.org
Tue Oct 25 16:02:10 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv9746/src
Modified Files:
cairo-xcb-surface.c
Log Message:
2005-10-25 Carl Worth <cworth at cworth.org>
* src/cairo-xcb-surface.c: Add explicit NULLs for unimplmented
backend functions to better document what might be improved here.
Index: cairo-xcb-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xcb-surface.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- cairo-xcb-surface.c 10 Oct 2005 19:45:15 -0000 1.49
+++ cairo-xcb-surface.c 25 Oct 2005 23:02:08 -0000 1.50
@@ -1040,7 +1040,13 @@
NULL, /* _cairo_xcb_surface_set_clip_region */
NULL, /* intersect_clip_path */
_cairo_xcb_surface_get_extents,
- NULL /* show_glyphs */
+ NULL, /* show_glyphs */
+ NULL, /* fill_path */
+ NULL, /* get_font_options */
+ NULL, /* flush */
+ NULL, /* mark_dirty_rectangle */
+ NULL, /* scaled_font_fini */
+ NULL /* scaled_glyph_fini */
};
/**
More information about the cairo-commit
mailing list