[cairo-commit] cairo ChangeLog,1.276,1.277
Carl Worth
commit at pdx.freedesktop.org
Mon Dec 20 08:52:50 PST 2004
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv27953
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.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- ChangeLog 20 Dec 2004 16:08:29 -0000 1.276
+++ ChangeLog 20 Dec 2004 16:52:47 -0000 1.277
@@ -1,5 +1,13 @@
2004-12-20 Carl Worth <cworth at cworth.org>
+ * 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.
+
* 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