Skip to content

Commit

Permalink
Merge pull request #100 from LinusCDE/feature/fix-plato-problems
Browse files Browse the repository at this point in the history
Make framebuffer_update public
  • Loading branch information
bkirwi committed Feb 9, 2022
2 parents 641b250 + fac09a8 commit bd7866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framebuffer/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub struct Framebuffer {
/// like it has been done in `Framebuffer::new(..)`.
pub var_screen_info: VarScreeninfo,
pub fix_screen_info: FixScreeninfo,
pub(crate) framebuffer_update: FramebufferUpdate,
pub framebuffer_update: FramebufferUpdate,
}

unsafe impl Send for Framebuffer {}
Expand Down

0 comments on commit bd7866c

Please sign in to comment.