]> Dogcows Code - chaz/openbox/blobdiff - scripts/motion.py
signed ints instead of unsigned ints again. less pain. pain bad.
[chaz/openbox] / scripts / motion.py
index 2ed07863fb9bc28580db26dc9beab7f9ef12545c..2d6939c519c6f4416d98abe370d79550ca1a960c 100644 (file)
@@ -214,8 +214,6 @@ def _do_resize():
 
     w = _cw + dx
     h = _ch + dy
-    if w < 0: w = 0
-    if h < 0: h = 0
 
     if RESIZE_RUBBERBAND:
         # draw the outline ...
This page took 0.02004 seconds and 4 git commands to generate.