add a todo comment

This commit is contained in:
Dana Jansens 2003-01-16 09:12:07 +00:00
parent c7e157e53c
commit 5086347092

View file

@ -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