efl/legacy/evas/src
rephorm 94a98eeb88 fix evas_event_feed_* functions
they were first returning if (events_frozen > 0), then later only calling
  the callbacks if (!events_frozen). if for some reason events had been thawed
  an extra time, events_frozen would be negative, causing the callback to not
  be called. the second check was redundant, so they were removed.


SVN revision: 8685
2004-01-27 23:07:27 +00:00
..
bin missed a size_use() call that would have screwed up some font queries... and 2004-01-23 11:03:07 +00:00
lib fix evas_event_feed_* functions 2004-01-27 23:07:27 +00:00
.cvsignore Hushhhh 2004-01-16 21:11:41 +00:00
Makefile.am in goes new code 2002-11-08 07:46:04 +00:00