Update example/init slightly
This commit is contained in:
parent
b541681ca1
commit
0c27b99aa6
2 changed files with 1 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ pub fn init(wm: *WindowManager, context: *Context, window_manager_v1: *river.Win
|
|||
wm.* = .{
|
||||
.context = context,
|
||||
.window_manager_v1 = window_manager_v1,
|
||||
.seats = undefined,
|
||||
.seats = undefined, // we will initialize this shortly
|
||||
.outputs = undefined,
|
||||
.windows = undefined,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue