Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_object.h Log Message: - fix this one too =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_object.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- ewl_object.h 5 Mar 2007 23:12:22 -0000 1.21 +++ ewl_object.h 5 Mar 2007 23:26:05 -0000 1.22 @@ -193,7 +193,7 @@ * @brief Determines if an object has the requested @a flags set. */ #define ewl_object_flags_has(o, check_flags, mask) \ - (!!(EWL_OBJECT(o)->flags & (check_flags & mask))) + (!!(EWL_OBJECT(o)->flags & ((check_flags) & mask))) /** * @param o: the object to check for a specified flags ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs