diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-10 06:50:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-10 06:50:19 +0000 |
| commit | 12108e16e166034cd1840627502280d9a1ab0b9e (patch) | |
| tree | 54abc88e46822812c4eff78ac007ef7a5d7ddbd2 /scripts/motion.py | |
| parent | a5ea4b0480c9daeb860bf3adbfc755c84d2e082d (diff) | |
keep track of struts for each desktop
Diffstat (limited to 'scripts/motion.py')
| -rw-r--r-- | scripts/motion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motion.py b/scripts/motion.py index 2d6939c5..e0a1d352 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -106,7 +106,7 @@ def _do_move(): w = _client.area().width() + fs.left + fs.right h = _client.area().height() + fs.top + fs.bottom # use the area based on the struts - area = ob.openbox.screen(_screen).area() + area = ob.openbox.screen(_screen).area(_client.desktop()) l = area.left() r = area.right() - w + 1 t = area.top() |
