Checkpoint
This commit is contained in:
parent
2472142532
commit
695a24d8a7
9 changed files with 458 additions and 571 deletions
|
@ -45,7 +45,7 @@ type MouseEventHandler =
|
|||
pub struct Window {
|
||||
handle: AnyWindowHandle,
|
||||
platform_window: MainThreadOnly<Box<dyn PlatformWindow>>,
|
||||
pub(crate) display_id: DisplayId, // todo!("make private again?")
|
||||
display_id: DisplayId,
|
||||
sprite_atlas: Arc<dyn PlatformAtlas>,
|
||||
rem_size: Pixels,
|
||||
content_size: Size<Pixels>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue