mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Improve interactive resize end edge cases and animations
This commit is contained in:
@@ -77,8 +77,6 @@ pub type LayoutElementRenderSnapshot =
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct InteractiveResizeData {
|
||||
pub edges: ResizeEdge,
|
||||
pub original_view_offset: i32,
|
||||
pub original_column_width: i32,
|
||||
}
|
||||
|
||||
pub trait LayoutElement {
|
||||
|
||||
Reference in New Issue
Block a user