add a todo comment
This commit is contained in:
parent
c7e157e53c
commit
5086347092
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ def placewindows_random(data):
|
|||
if not data.client: return
|
||||
client_area = data.client.area()
|
||||
screen = display.screenInfo(data.screen)
|
||||
# XXX - USE THE FRAME'S SIZE!!
|
||||
width = screen.width() - client_area.width()
|
||||
height = screen.height() - client_area.height()
|
||||
global ob_rand
|
||||
|
|
Loading…
Reference in a new issue