mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
layout: Reduce field visibility
The outside code isn't supposed to mess with the fields.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ pub type LayoutElementRenderSnapshot =
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct InteractiveResizeData {
|
||||
pub edges: ResizeEdge,
|
||||
pub(self) edges: ResizeEdge,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
|
||||
Reference in New Issue
Block a user