elm - UNBREAK BUILD! (#undef... SOMETHING)

This commit is contained in:
Carsten Haitzler 2014-12-08 10:23:10 +09:00
parent b3282f5922
commit f8e8f02d4a
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ _elm_tooltip_reconfigure(Elm_Tooltip *tt)
else if (!INSIDE(px, py, tx + (px - tx) + ax, ty + (py - ty) + ay, tw, th))
tx += px - tx + ax, ty += py - ty + ay;
}
#undef
#undef INSIDE
}
if (((tx < 0) && (tw < cw)) || ((ty < 0) && (th < ch)))
{