Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: Tag: branch-exp buttons.c Log Message: Bypass trouble for now. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/buttons.c,v retrieving revision 1.36.2.10 retrieving revision 1.36.2.11 diff -u -3 -r1.36.2.10 -r1.36.2.11 --- buttons.c 17 Oct 2004 08:47:25 -0000 1.36.2.10 +++ buttons.c 17 Oct 2004 13:48:14 -0000 1.36.2.11 @@ -662,7 +662,11 @@ static void ButtonEventExpose(Button * b, XEvent * ev __UNUSED__) { +#if !USE_COMPOSITE /* FIXME - needed only to draw text */ ButtonDraw(b); +#else + b = NULL; +#endif } static void ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs