forked from AbleOS/ableos_userland
make things public *Bleh*
This commit is contained in:
parent
6b63d00de0
commit
e75565d7ef
|
@ -5,8 +5,8 @@ use embedded_graphics::{
|
|||
};
|
||||
|
||||
pub struct Display {
|
||||
fb: *mut u32,
|
||||
size: Size,
|
||||
pub fb: *mut u32,
|
||||
pub size: Size,
|
||||
}
|
||||
|
||||
unsafe impl Send for Display {}
|
||||
|
|
Loading…
Reference in a new issue