X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fresistance.c;h=628802bd895f7aa98739e9c4530f876eae17414f;hb=53882f760966958eca25b3277c8e7db61a8cdf10;hp=64dfe0e70a8ad73d3a74c25ad4a06acfa25bc751;hpb=c95102751953d4c2800747b0ae12601ee6f414b6;p=chaz%2Fopenbox diff --git a/plugins/resistance.c b/plugins/resistance.c index 64dfe0e7..628802bd 100644 --- a/plugins/resistance.c +++ b/plugins/resistance.c @@ -50,7 +50,6 @@ static void resist(Client *c, int *x, int *y) window edge available, without going all the way from bottom-to-top in the stacking list */ - g_print("r %d tl %d\n", r, tl); if (!snapx && cl >= tr && l < tr && l >= tr - resistance) *x = tr, snapx = TRUE; else if (!snapx && cr <= tl && r > tl && r <= tl + resistance)