Revision: 10207 http://pure-data.svn.sourceforge.net/pure-data/?rev=10207&view=rev Author: eighthave Date: 2008-07-22 15:30:52 +0000 (Tue, 22 Jul 2008)
Log Message: ----------- removed CFRunLoopRunInMode() in clock function since it doesn't seem to do anything there
Modified Paths: -------------- trunk/externals/io/aka.wiiremote/aka.wiiremote.c
Modified: trunk/externals/io/aka.wiiremote/aka.wiiremote.c =================================================================== --- trunk/externals/io/aka.wiiremote/aka.wiiremote.c 2008-07-22 15:23:12 UTC (rev 10206) +++ trunk/externals/io/aka.wiiremote/aka.wiiremote.c 2008-07-22 15:30:52 UTC (rev 10207) @@ -538,12 +538,9 @@ t_atom status; connection = wiiremote_isconnected(x->wiiremote); - + if (x->connected == false && connection == true) // if the device is connected... { -#ifdef PD - CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true); -#endif wiiremote_getstatus(x->wiiremote); x->connected = true; SETLONG(&status, 1);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.