X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fresist.c;h=e5d49faa4ccaad19b119dc441a43b385e499f073;hb=f506cbceae9e3d41f1e6e09d7c5e83ab3935adf9;hp=fc2934467b3c5ab509595979f4cbc595b65c1086;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/openbox/resist.c b/openbox/resist.c index fc293446..e5d49faa 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -199,7 +199,7 @@ void resist_size_windows(ObClient *c, gint *w, gint *h, ObCorner corn) target = it->data; /* don't snap to invisibles or ourself */ - if (!target->frame->visible || target == c) continue; + if (!target->frame->visible || target == c) continue; /* don't snap to windows in layers beneath */ if(target->layer < c->layer && !config_resist_layers_below)