Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-26 10:45:37 -05:00
commit 7ddb9d816f
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@
! See http://factorcode.org/license.txt for BSD license.
!
! pangocairo bindings, from pango/pangocairo.h
USING: alien alien.syntax combinators system cairo.ffi ;
USING: alien alien.syntax combinators system cairo.ffi
alien.libraries ;
IN: pango.cairo
<< {
@ -85,4 +86,4 @@ FUNCTION: void
pango_cairo_layout_path ( cairo_t* cr, PangoLayout* layout ) ;
FUNCTION: void
pango_cairo_error_underline_path ( cairo_t* cr, double x, double y, double width, double height ) ;
pango_cairo_error_underline_path ( cairo_t* cr, double x, double y, double width, double height ) ;