Implemented window title update functionality for multiwindow.
This commit is contained in:
parent
1944e98f82
commit
ec41918ec4
14 changed files with 270 additions and 243 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue