]> Dogcows Code - chaz/openbox/commitdiff
rm debug print
authorDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 09:39:53 +0000 (09:39 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 21 Mar 2003 09:39:53 +0000 (09:39 +0000)
plugins/resistance.c

index 64dfe0e70a8ad73d3a74c25ad4a06acfa25bc751..628802bd895f7aa98739e9c4530f876eae17414f 100644 (file)
@@ -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)
This page took 0.024113 seconds and 4 git commands to generate.