elm - UNBREAK BUILD! (#undef... SOMETHING)
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 8 Dec 2014 01:23:10 +0000 (10:23 +0900)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 8 Dec 2014 01:25:58 +0000 (20:25 -0500)
src/lib/els_tooltip.c

index 836fbc3..faaf30b 100644 (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)))
      {