From 50863470923dec831ba1995e393477378fb245d4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 Jan 2003 09:12:07 +0000 Subject: [PATCH] add a todo comment --- scripts/builtins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/builtins.py b/scripts/builtins.py index 3d06a694..fee56e63 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -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 -- 2.45.2