[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


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 */
  





More information about the cairo-commit mailing list