[cairo-commit] cairo/src cairo.h,1.49,1.50
Carl Worth
commit at pdx.freedesktop.org
Tue Mar 30 17:24:31 PST 2004
- Previous message: [cairo-commit] cairo AUTHORS, 1.3, 1.4 BUGS, 1.7, 1.8 ChangeLog,
1.165, 1.166 TODO, 1.18, 1.19
- Next message: [cairo-commit] cairo ChangeLog,1.166,1.167
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv5156/src
Modified Files:
cairo.h
Log Message:
* src/cairo.h: Add proposal for cairo_xlib_surface_set_size.
* BUGS: Added note about problem with cairo_scale_font.
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** a/cairo.h 23 Mar 2004 18:33:32 -0000 1.49
--- b/cairo.h 31 Mar 2004 01:24:29 -0000 1.50
***************
*** 710,713 ****
--- 710,718 ----
Colormap colormap);
+ /* XXX: This has been proposed
+ cairo_status_t
+ cairo_xlib_surface_set_size (cairo_surface_t *surface, int width, int height);
+ */
+
#endif /* CAIRO_HAS_XLIB_SURFACE */
- Previous message: [cairo-commit] cairo AUTHORS, 1.3, 1.4 BUGS, 1.7, 1.8 ChangeLog,
1.165, 1.166 TODO, 1.18, 1.19
- Next message: [cairo-commit] cairo ChangeLog,1.166,1.167
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list