mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
layout: Reduce field visibility
The outside code isn't supposed to mess with the fields.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ pub struct Tile<W: LayoutElement> {
|
||||
scale: f64,
|
||||
|
||||
/// Configurable properties of the layout.
|
||||
pub options: Rc<Options>,
|
||||
pub(super) options: Rc<Options>,
|
||||
}
|
||||
|
||||
niri_render_elements! {
|
||||
|
||||
Reference in New Issue
Block a user