Merge branch 'fixes' into reparse

This commit is contained in:
Dorota Czaplejewicz
2019-09-04 10:18:43 +00:00
6 changed files with 33 additions and 3 deletions

View File

@ -105,6 +105,14 @@ pub mod c {
}
}
/// Set bounds by consuming the value
#[no_mangle]
pub extern "C"
fn squeek_row_set_bounds(row: *mut ::layout::Row, bounds: Bounds) {
let row = unsafe { &mut *row };
row.bounds = Some(bounds);
}
#[no_mangle]
pub extern "C"
fn squeek_row_foreach(