idle-inhibit: fix naming, eliminate "self" naming convention
Also add missing copyright headers
This commit is contained in:
@ -725,7 +725,7 @@ fn commitTransaction(root: *Root) void {
|
||||
}
|
||||
}
|
||||
|
||||
server.idle_inhibitor_manager.idleInhibitCheckActive();
|
||||
server.idle_inhibit_manager.checkActive();
|
||||
|
||||
if (root.pending_state_dirty) {
|
||||
root.applyPending();
|
||||
|
Reference in New Issue
Block a user