fix(animation): add async focus manager for mff

This commit adds a new focus manager module to be used to trigger async
focus changes with mouse follows focus updates. Currently this should
only need to be used with animations as all other focus calls are
synchronous.

fix #910
This commit is contained in:
LGUG2Z
2024-07-11 18:29:46 -07:00
parent bdc1cad597
commit 2c8f25ef82
4 changed files with 77 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ pub mod com;
pub mod ring;
pub mod colour;
pub mod container;
pub mod focus_manager;
pub mod monitor;
pub mod monitor_reconciliator;
pub mod process_command;