14:39 Myon: ich hab ne alternative berechnung für overlap.c 14:39 overlapX = abs(min(one["right"], two["right"]) - max(one["left"], two["left"])) 14:39 overlapY = abs(max(one["bottom"], two["bottom"]) - min(one["top"], two["top"])) 14:40 Myon: top/bottom wird von unten gezählt, left/right von links * adapt pisg's addalias.pl * view_* in pixels * coordinates wraparound (i.e. not necessary to replace -20 by 340)