Implement window open animations

This commit is contained in:
Ivan Molodetskikh
2024-02-07 11:32:02 +04:00
parent 49ce791d13
commit f9085db564
10 changed files with 462 additions and 11 deletions
+1
View File
@@ -4,6 +4,7 @@ use smithay::backend::renderer::element::RenderElement;
use smithay::backend::renderer::gles::GlesRenderer;
use smithay::utils::{Physical, Size};
pub mod layout;
pub mod tile;
pub mod window;