discomfitor pushed a commit to branch elementary-1.12.

http://git.enlightenment.org/core/elementary.git/commit/?id=adb127071ac1cb032b6b8f2fc4da8c13f7728045

commit adb127071ac1cb032b6b8f2fc4da8c13f7728045
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Mon Dec 8 10:23:10 2014 +0900

    elm - UNBREAK BUILD! (#undef... SOMETHING)
---
 src/lib/els_tooltip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/els_tooltip.c b/src/lib/els_tooltip.c
index 836fbc3..faaf30b 100644
--- a/src/lib/els_tooltip.c
+++ b/src/lib/els_tooltip.c
@@ -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)))
      {

-- 


Reply via email to