[cairo-commit] cairo ChangeLog,1.277,1.278
Carl Worth
commit at pdx.freedesktop.org
Mon Dec 20 08:56:52 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28417
Modified Files:
ChangeLog
Log Message:
* src/cairo_xlib_surface.c (_cairo_xlib_surface_create_with_size):
Split off from _cairo_xlib_surface_create to avoid roundtrip when
size is already known.
(cairo_xlib_surface_create): Simplified to just call XGetGeometry
that defer to _cairo_xlib_surface_create_with_size. Add comment
about remaining roundtrip and possible plans to eliminate it later
with a new interface requiring width/height.
Thanks to Alexander Larsson <alexl at redhat.com>.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- ChangeLog 20 Dec 2004 16:52:47 -0000 1.277
+++ ChangeLog 20 Dec 2004 16:56:50 -0000 1.278
@@ -7,6 +7,7 @@
that defer to _cairo_xlib_surface_create_with_size. Add comment
about remaining roundtrip and possible plans to eliminate it later
with a new interface requiring width/height.
+ Thanks to Alexander Larsson <alexl at redhat.com>.
* test/text_cache_crash.c (draw): Disabled test that was killing
my machine for some reason. Scary.
More information about the cairo-commit
mailing list