window: Add ssd interactive resize

This commit is contained in:
Victoria Brekenfeld 2024-02-28 19:50:35 +01:00 committed by Victoria Brekenfeld
parent 492d215fd8
commit afa7ad6d6a
2 changed files with 163 additions and 30 deletions

View file

@ -71,6 +71,7 @@ impl From<X11Surface> for CosmicSurface {
}
pub const SSD_HEIGHT: i32 = 48;
pub const RESIZE_BORDER: i32 = 10;
impl CosmicSurface {
pub fn title(&self) -> String {