mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
* okayish solution should be improved at some point but for now it works well enough. * do leftover renames * better solution * less weird resize frames * move surface reconfiguration * fix recent desktop mac breakages * better looking resize on mac * fix background color * Fix blank screen on window initialization * cleanup --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
6 lines
133 B
Rust
6 lines
133 B
Rust
mod frame_buffer_ref;
|
|
pub(crate) use frame_buffer_ref::FrameBufferRef;
|
|
|
|
mod state;
|
|
pub(crate) use state::{RenderError, RenderState};
|