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
|
if not data.client: return
|
||||||
client_area = data.client.area()
|
client_area = data.client.area()
|
||||||
screen = display.screenInfo(data.screen)
|
screen = display.screenInfo(data.screen)
|
||||||
|
# XXX - USE THE FRAME'S SIZE!!
|
||||||
width = screen.width() - client_area.width()
|
width = screen.width() - client_area.width()
|
||||||
height = screen.height() - client_area.height()
|
height = screen.height() - client_area.height()
|
||||||
global ob_rand
|
global ob_rand
|
||||||
|
|
Loading…
Reference in a new issue