Implemented window title update functionality for multiwindow.

This commit is contained in:
bungoboingo 2023-01-05 15:26:28 -08:00
parent 1944e98f82
commit ec41918ec4
14 changed files with 270 additions and 243 deletions

View file

@ -4,6 +4,8 @@ mod event;
mod icon;
mod id;
mod mode;
mod position;
mod settings;
mod user_attention;
pub use action::Action;
@ -11,6 +13,6 @@ pub use event::Event;
pub use icon::Icon;
pub use id::Id;
pub use mode::Mode;
pub use user_attention::UserAttention;
pub use position::Position;
pub use settings::Settings;
pub use user_attention::UserAttention;