X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Factions%2Fresizerelative.c;fp=openbox%2Factions%2Fresizerelative.c;h=74a3bd745a08e1301da9a201307d395a60160d2e;hp=a4739104631f22a510469cb99b1dbe8e273b394e;hb=d67b818ae90c5574166d08422d3e9a68d8d65e16;hpb=9325c92056ff4268db2263cdf8c07bb529e158aa diff --git a/openbox/actions/resizerelative.c b/openbox/actions/resizerelative.c index a4739104..74a3bd74 100644 --- a/openbox/actions/resizerelative.c +++ b/openbox/actions/resizerelative.c @@ -87,9 +87,9 @@ static gboolean run_func(ObActionsData *data, gpointer options) if (bottom && ABS(bottom) < c->size_inc.height) bottom = bottom < 0 ? -c->size_inc.height : c->size_inc.height; - // When resizing, if the resize has a non-zero value then make sure it - // is at least as big as the size increment so the window does actually - // resize. + /* When resizing, if the resize has a non-zero value then make sure it + is at least as big as the size increment so the window does actually + resize. */ x = c->area.x; y = c->area.y; ow = c->area.width;