Implement Manager#update_properties

This commit is contained in:
Thibault Jouan
2015-04-22 03:29:36 +00:00
parent 933bcdfcd8
commit b1a601918e
2 changed files with 30 additions and 0 deletions

View File

@@ -78,6 +78,12 @@ module Uh
@events.emit :unmanage, args: client
end
def update_properties window
return unless client = client_for(window)
client.update_window_properties
@events.emit :change, args: client
end
def handle_next_event
handle @display.next_event
end