all repos — openbox @ c0446bba1fd2ab8e90b342e9af13bdc6e59948cd

openbox fork - make it a bit more like ryudo

rm debug prints
Dana Jansens danakj@orodu.net
commit

c0446bba1fd2ab8e90b342e9af13bdc6e59948cd

parent

f7a0eb7624fa323a37f9fb0e306d7e1bbc745e15

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M scripts/motion.pyscripts/motion.py

@@ -124,7 +124,6 @@ _do_move()

global _inmove if not _inmove: ob.kgrab(_screen, _motion_grab) - print "GRAB" _inmove = 1 def end_move(data):

@@ -139,7 +138,6 @@ move_rubberband = r

_inmove = 0 _poplabel = 0 _popwidget = 0 - print "UNGRAB" ob.kungrab() def _do_resize():