Implement Client#update_window_properties

This commit is contained in:
Thibault Jouan
2015-04-22 03:18:19 +00:00
parent fb4af963eb
commit 03a6c323ac
2 changed files with 23 additions and 0 deletions

View File

@@ -31,6 +31,11 @@ module Uh
@wclass ||= @window.wclass
end
def update_window_properties
@wname = @window.name
@wclass = @window.wclass
end
def configure
@window.configure @geo
self