]> Dogcows Code - chaz/openbox/blobdiff - scripts/motion.py
Client::move moves the client to the position so that its *frame* will be at the...
[chaz/openbox] / scripts / motion.py
index f2215d309dcbdbe27521322b04ca19683c6dfe62..03546b84e74147ee01fdf0621053f7987e3b0484 100644 (file)
@@ -134,7 +134,7 @@ def _do_move():
         # draw the outline ...
         f=0
     else:
-        _client.move(x, y, 1) # move the *frame*
+        _client.move(x, y)
 
     global move_popup
     if move_popup:
This page took 0.024096 seconds and 4 git commands to generate.