Minor fixes
This commit is contained in:
@@ -2316,7 +2316,7 @@ namespace lime {
|
||||
DEFINE_PRIME1 (lime_cairo_get_tolerance);
|
||||
DEFINE_PRIME1 (lime_cairo_has_current_point);
|
||||
DEFINE_PRIME1v (lime_cairo_identity_matrix);
|
||||
DEFINE_PRIME3v (lime_cairo_image_surface_create);
|
||||
DEFINE_PRIME3 (lime_cairo_image_surface_create);
|
||||
DEFINE_PRIME5 (lime_cairo_image_surface_create_for_data);
|
||||
DEFINE_PRIME1 (lime_cairo_image_surface_get_data);
|
||||
DEFINE_PRIME1 (lime_cairo_image_surface_get_format);
|
||||
|
||||
@@ -1315,7 +1315,7 @@ class NativeCFFI {
|
||||
@:cffi private static function lime_cairo_clip_extents (handle:CFFIPointer, x1:Float, y1:Float, x2:Float, y2:Float):Void;
|
||||
@:cffi private static function lime_cairo_close_path (handle:CFFIPointer):Void;
|
||||
@:cffi private static function lime_cairo_copy_page (handle:CFFIPointer):Void;
|
||||
@:cffi private static function lime_cairo_create (handle:CFFIPointer):Dynamic;
|
||||
@:cffi private static function lime_cairo_create (handle:CFFIPointer):CFFIPointer;
|
||||
@:cffi private static function lime_cairo_curve_to (handle:CFFIPointer, x1:Float, y1:Float, x2:Float, y2:Float, x3:Float, y3:Float):Void;
|
||||
@:cffi private static function lime_cairo_fill (handle:CFFIPointer):Void;
|
||||
@:cffi private static function lime_cairo_fill_extents (handle:CFFIPointer, x1:Float, y1:Float, x2:Float, y2:Float):Void;
|
||||
|
||||
@@ -43,4 +43,11 @@ abstract HBLanguage(CFFIPointer) from CFFIPointer to CFFIPointer {
|
||||
}
|
||||
|
||||
|
||||
@:from private static function fromString (value:String):HBLanguage {
|
||||
|
||||
return new HBLanguage (value);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user