]> gitweb.factorcode.org Git - factor.git/commitdiff
Typo in cairo ffi for C-ENUM change.
authorErik Charlebois <erikcharlebois@gmail.com>
Sat, 10 Apr 2010 08:26:26 +0000 (01:26 -0700)
committerErik Charlebois <erikcharlebois@gmail.com>
Sat, 10 Apr 2010 08:26:26 +0000 (01:26 -0700)
basis/cairo/ffi/ffi.factor

index 01e89aaf3cf73a497bcbd479db318b37f70cc914..c357f856de78b9b3528b2c2a54ec62f57a80122b 100644 (file)
@@ -1,6 +1,8 @@
 ! Copyright (c) 2007 Sampo Vuori
 ! Copyright (c) 2008 Matthew Willis
 !
+
+
 ! Adapted from cairo.h, version 1.5.14
 ! License: http://factorcode.org/license.txt
 
@@ -389,7 +391,7 @@ C-ENUM: cairo_subpixel_order_t
     CAIRO_SUBPIXEL_ORDER_VRGB
     CAIRO_SUBPIXEL_ORDER_VBGR ;
 
-C-ENUM: cairo_hint_Style_t
+C-ENUM: cairo_hint_style_t
     CAIRO_HINT_STYLE_DEFAULT
     CAIRO_HINT_STYLE_NONE
     CAIRO_HINT_STYLE_SLIGHT