[cairo-commit] cairo/src cairo-xcb.h,1.9,1.10

Carl Worth commit at pdx.freedesktop.org
Tue May 24 16:08:42 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv21135/src

Modified Files:
	cairo-xcb.h 
Log Message:

        * gtk-doc.make: Re-synch with latest from gtk-doc CVS tree.

        * doc/public/Makefile.am (MKTMPL_OPTIONS): Add --only-section-tmpl
        option so that changes to inline documentation does not lead to
        churn in the .sgml template files.

        * doc/public/tmpl/cairo-font.sgml:
        * doc/public/tmpl/cairo-ft.sgml:
        * doc/public/tmpl/cairo-glitz.sgml:
        * doc/public/tmpl/cairo-matrix.sgml:
        * doc/public/tmpl/cairo-pattern.sgml:
        * doc/public/tmpl/cairo-pdf.sgml:
        * doc/public/tmpl/cairo-png.sgml:
        * doc/public/tmpl/cairo-ps.sgml:
        * doc/public/tmpl/cairo-quartz.sgml:
        * doc/public/tmpl/cairo-surface.sgml:
        * doc/public/tmpl/cairo-xcb.sgml:
        * doc/public/tmpl/cairo-xlib.sgml:
        * doc/public/tmpl/cairo.sgml: Commit new templates now that
        gtk-doc has ripped all the inline portions out.

        * doc/public/tmpl/cairo-win32.sgml:
        * doc/public/tmpl/cairo-xcb-xrender.sgml:
        * doc/public/tmpl/cairo-xlib-xrender.sgml: New template files
        added for new sections.

        * doc/public/cairo-sections.txt: Update to match current API.

        * src/cairo-xcb.h: Make parameter names match those in the .c file
        and its documentation.


Index: cairo-xcb.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xcb.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cairo-xcb.h	17 May 2005 13:11:32 -0000	1.9
+++ cairo-xcb.h	24 May 2005 23:08:40 -0000	1.10
@@ -47,7 +47,7 @@
 
 cairo_surface_t *
 cairo_xcb_surface_create (XCBConnection *c,
-			  XCBDRAWABLE	 pixmap,
+			  XCBDRAWABLE	 drawable,
 			  XCBVISUALTYPE *visual,
 			  int		 width,
 			  int		 height);




More information about the cairo-commit mailing list