Fix a number of typos in comments
This commit is contained in:
parent
8e6c28da7b
commit
b9d13583ab
10 changed files with 24 additions and 17 deletions
|
|
@ -33,7 +33,7 @@ pending_manage: PendingManage = .{},
|
|||
/// State consumed in render() phase, reset at end of render().
|
||||
pending_render: PendingRender = .{},
|
||||
|
||||
/// Used to put Windows into a list in calculatePrimaryStackLayout()
|
||||
/// Used to put Windows into a list when calculating the layout
|
||||
active_list_node: DoublyLinkedList.Node = .{},
|
||||
|
||||
link: wl.list.Link,
|
||||
|
|
@ -298,7 +298,7 @@ pub fn manage(window: *Window) void {
|
|||
window.floating_rect.y = window.rect.y;
|
||||
}
|
||||
}
|
||||
// Layout (pre-computed by WindowManager.caluclateLayout())
|
||||
// Layout (pre-computed by WindowManager
|
||||
if (pending_manage.dimensions) |dimensions| {
|
||||
window.rect.width = dimensions.width;
|
||||
window.rect.height = dimensions.height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue