Implement Client#moveresize
This commit is contained in:
@@ -20,6 +20,11 @@ module Uh
|
||||
def wclass
|
||||
@wclass ||= @window.wclass
|
||||
end
|
||||
|
||||
def moveresize
|
||||
@window.moveresize @geo
|
||||
self
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user