Changeset 435
- Timestamp:
- 02/28/2008 16:46:50 (6 months ago)
- Files:
-
- 1 modified
-
trunk/shoes/ruby.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shoes/ruby.c
r433 r435 3530 3530 #ifdef SHOES_QUARTZ 3531 3531 pascal void 3532 shoes_quartz_animate(EventLoopTimerRef timer, void* userData)3532 shoes_quartz_animate(EventLoopTimerRef ref, void* userData) 3533 3533 { 3534 3534 VALUE timer = (VALUE)userData; … … 3630 3630 #endif 3631 3631 #ifdef SHOES_QUARTZ 3632 if (rb_obj_is_kind_of( timer, cTimer))3632 if (rb_obj_is_kind_of(self, cTimer)) 3633 3633 InstallEventLoopTimer(GetMainEventLoop(), interval * kEventDurationMillisecond, 3634 3634 kEventDurationForever, NewEventLoopTimerUPP(shoes_quartz_animate), self, &self_t->ref);
