projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c91c5
)
remove debug print
author
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 02:07:26 +0000
(
02:07
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 02:07:26 +0000
(
02:07
+0000)
scripts/windowplacement.py
patch
|
blob
|
history
diff --git
a/scripts/windowplacement.py
b/scripts/windowplacement.py
index 81d260e8188a65bef75f01aaeb2bdaf4b4caf469..4a9f1aee681a669b7d60116bcb146750ca2b8d49 100644
(file)
--- a/
scripts/windowplacement.py
+++ b/
scripts/windowplacement.py
@@
-14,8
+14,6
@@
def random(data):
client_area = data.client.area()
frame_size = data.client.frame.size()
screen_area = ob.openbox.screen(data.screen).area()
- print str(screen_area.x()) + " " + str(screen_area.y()) + " " + \
- str(screen_area.width()) + " " + str(screen_area.height())
width = screen_area.width() - (client_area.width() +
frame_size.left + frame_size.right)
height = screen_area.height() - (client_area.height() +