X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fmotion.py;h=a6602e2d0b04683663b516eaed5975af1596f446;hb=8332db58809bdd951855019d74281bf154bbf0e0;hp=7714c0dee11f2cd5da847a2505dc38ad19f390f2;hpb=fcfda5345e6eafaaeda4c4229d8693202cc042ac;p=chaz%2Fopenbox diff --git a/scripts/motion.py b/scripts/motion.py index 7714c0de..a6602e2d 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -95,7 +95,8 @@ def _do_move(): x = _cx + _dx y = _cy + _dy - global edge_resistance, _last_x, _last_y + global edge_resistance + global _last_x, _last_y if edge_resistance: fs = _client.frame.size() w = _client.area().width() + fs.left + fs.right @@ -119,8 +120,13 @@ def _do_move(): if _last_y < y and y > b and y <= b + edge_resistance: y = b - _last_x = x - _last_y = y + global _inmove + if not _inmove: + _last_x = 0 + _last_y = 0 + else: + _last_x = x + _last_y = y global move_rubberband if move_rubberband: