Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_tooltip.c 


Log Message:
Add a missing typecast.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_tooltip.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_tooltip.c       26 Aug 2004 17:40:09 -0000      1.16
+++ ewl_tooltip.c       26 Aug 2004 20:32:55 -0000      1.17
@@ -189,7 +189,7 @@
 void
 ewl_tooltip_destroy_cb(Ewl_Widget * w, void *ev_data, void *user_data)
 {
-       Ewl_Tooltip *t = w;
+       Ewl_Tooltip *t = EWL_TOOLTIP(w);
        
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("w", w);




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to