mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
changed gfx private types to public
This commit is contained in:
parent
64f5818428
commit
8ecc120211
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use util::mem::{HeapSizeOf, heap_size_of};
|
|||
// We pass a |User| struct -- via an opaque |void*| -- to FreeType each time a new instance is
|
||||
// created. FreeType passes it back to the ft_alloc/ft_realloc/ft_free callbacks. We use it to
|
||||
// record the memory usage of each FreeType instance.
|
||||
struct User {
|
||||
pub struct User {
|
||||
size: usize,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue