[cairo-commit] cairo/doc/public Makefile.am, 1.4,
1.5 cairo-sections.txt, 1.18, 1.19
Owen Taylor
commit at pdx.freedesktop.org
Fri May 13 17:54:46 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo/doc/public
In directory gabe:/tmp/cvs-serv27045/doc/public
Modified Files:
Makefile.am cairo-sections.txt
Log Message:
2005-05-13 Owen Taylor <otaylor at redhat.com>
* src/cairo-xlib-surface.c src/cairo-xlib.h
doc/public/cairo-sections.txt: Drop the _for_pixmap() and
_for_window() out of the create functions and use some lazy
cleverness to sniff the information out as needed.
* src/cairo-xlib-surface.c src/cairo-xlib-test.h Makefile.am:
add cairo_test_xlib_disable_render() to turn off RENDER
for tests.
* test/xlib-surface.c: Test various different types of
Xlib surface creation.
* src/cairo-xlib.h: Remove left-over include of Xrender.h.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 6 May 2005 19:00:22 -0000 1.4
+++ Makefile.am 14 May 2005 00:54:43 -0000 1.5
@@ -26,6 +26,7 @@
cairo-path-fixed-private.h \
cairo-private.h \
cairo-win32-private.h \
+ cairo-xlib-test.h \
cairoint.h \
cairo-wideint.h
Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cairo-sections.txt 11 May 2005 04:06:01 -0000 1.18
+++ cairo-sections.txt 14 May 2005 00:54:43 -0000 1.19
@@ -66,9 +66,8 @@
<SECTION>
<FILE>cairo-xlib</FILE>
<TITLE>XLib Backend</TITLE>
-cairo_xlib_surface_create_for_pixmap
-cairo_xlib_surface_create_for_pixmap_with_visual
-cairo_xlib_surface_create_for_window_with_visual
+cairo_xlib_surface_create
+cairo_xlib_surface_create_with_visual
cairo_xlib_surface_set_size
</SECTION>
More information about the cairo-commit
mailing list