]> Dogcows Code - chaz/openbox/blobdiff - scripts/builtins.py
add a todo comment
[chaz/openbox] / scripts / builtins.py
index 3d06a6945118cefca83963c5e6741f41c8b07ce5..fee56e63a0cd7ac1552167112c8557db68f6460b 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
This page took 0.022008 seconds and 4 git commands to generate.