Changeset 435

Show
Ignore:
Timestamp:
02/28/2008 16:46:50 (6 months ago)
Author:
why
Message:
  • shoes/ruby.c: name conflicts from rev 431. thanks be to thomas bell.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/shoes/ruby.c

    r433 r435  
    35303530#ifdef SHOES_QUARTZ 
    35313531pascal void 
    3532 shoes_quartz_animate(EventLoopTimerRef timer, void* userData) 
     3532shoes_quartz_animate(EventLoopTimerRef ref, void* userData) 
    35333533{ 
    35343534  VALUE timer = (VALUE)userData; 
     
    36303630#endif 
    36313631#ifdef SHOES_QUARTZ 
    3632     if (rb_obj_is_kind_of(timer, cTimer)) 
     3632    if (rb_obj_is_kind_of(self, cTimer)) 
    36333633      InstallEventLoopTimer(GetMainEventLoop(), interval * kEventDurationMillisecond, 
    36343634        kEventDurationForever, NewEventLoopTimerUPP(shoes_quartz_animate), self, &self_t->ref);