added type for nodes
This commit is contained in:
parent
515207a391
commit
41f0e79f97
@ -24,6 +24,7 @@ pub struct Workspace {
|
||||
pub geometry: Rect,
|
||||
pub name: String,
|
||||
pub floating_nodes: Vec<FloatingNodes>,
|
||||
pub nodes: Option<Vec<FloatingNodes>>,
|
||||
pub focus: Vec<i32>,
|
||||
pub fullscreen_mode: i32,
|
||||
pub sticky: bool,
|
||||
|
Loading…
Reference in New Issue
Block a user