]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/resizerelative.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / resizerelative.c
index a4739104631f22a510469cb99b1dbe8e273b394e..74a3bd745a08e1301da9a201307d395a60160d2e 100644 (file)
@@ -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;
This page took 0.018035 seconds and 4 git commands to generate.