[PD-cvs] pd/src m_sched.c,1.5.4.37,1.5.4.38

Tim Blechmann timblech at users.sourceforge.net
Fri Jun 24 20:38:13 CEST 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16402

Modified Files:
      Tag: devel_0_38
	m_sched.c 
Log Message:
switching gui and clock priority


Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.5.4.37
retrieving revision 1.5.4.38
diff -C2 -d -r1.5.4.37 -r1.5.4.38
*** m_sched.c	19 Jun 2005 19:25:24 -0000	1.5.4.37
--- m_sched.c	24 Jun 2005 18:38:10 -0000	1.5.4.38
***************
*** 522,529 ****
  				sys_pollmidiqueue();
  				
! 				if (sys_pollgui())
  					continue;
  
!  				if (run_clock_callbacks(sys_time))
  					continue;
  				
--- 522,529 ----
  				sys_pollmidiqueue();
  				
!  				if (run_clock_callbacks(sys_time))
  					continue;
  
! 				if (sys_pollgui())
  					continue;
  				





More information about the Pd-cvs mailing list