Manage clients with the Layout

This commit is contained in:
Thibault Jouan 2015-04-16 09:25:16 +00:00
parent a0dcca07f9
commit c718ac4020

View File

@ -7,9 +7,7 @@ Feature: layout client management
def register *_; end def register *_; end
def << client def << client
# FIXME: need the Manager to manage state with clients, not windows puts client
#puts client.wname
puts client.name
end end
end end
""" """