Ensure only one client is managed for given window

This commit is contained in:
Thibault Jouan
2015-04-19 05:11:01 +00:00
parent 036ca1f989
commit bdbeca399a
7 changed files with 40 additions and 3 deletions

View File

@@ -89,8 +89,9 @@ module Uh
@x_client.window_name
end
def x_window_map
x_client.map.sync
def x_window_map times: 1
times.times { x_client.map }
x_client.sync
end
def x_window_map_state