]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
i think that other emacs fix was "the right one" and this one where we don't always...
[chaz/openbox] / openbox / action.c
index d2e06131304fa68c9c45c0d0b4ff66026ba035cd..bf675233d58e40306bf22d321feb5659b6d13262 100644 (file)
@@ -1475,7 +1475,7 @@ void action_resize_relative(union ActionData *data)
     w1 = c->area.width + data->relative.deltax * c->size_inc.width;
     w2 = c->area.width + data->relative.deltax * c->size_inc.width
         + data->relative.deltaxl * c->size_inc.width;
-    h1 = c->area.height + data->relative.deltay * c->size_inc.width;
+    h1 = c->area.height + data->relative.deltay * c->size_inc.height;
     h2 = c->area.height + data->relative.deltay * c->size_inc.height
         + data->relative.deltayu * c->size_inc.height;
     
This page took 0.020236 seconds and 4 git commands to generate.