[PD-cvs] SF.net SVN: pure-data:[10207] trunk/externals/io/aka.wiiremote/aka. wiiremote.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Tue Jul 22 17:30:53 CEST 2008


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.




More information about the Pd-cvs mailing list