add a todo comment
authorDana Jansens <danakj@orodu.net>
Thu, 16 Jan 2003 09:12:07 +0000 (09:12 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 16 Jan 2003 09:12:07 +0000 (09:12 +0000)
scripts/builtins.py

index 3d06a69..fee56e6 100644 (file)
@@ -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