Forward :change events to Layout#update in runner

This commit is contained in:
Thibault Jouan
2015-04-22 08:06:19 +00:00
parent 0601fe0560
commit 95245e1178
2 changed files with 11 additions and 0 deletions

View File

@@ -119,6 +119,10 @@ module Uh
log "Unmanaging client #{client}"
layout.remove client
end
@events.on :change do |client|
log "Updating client #{client}"
layout.update client
end
end
def register_keybinds_hooks