[rkward-cvs] rkward/rkward/rbackend rthread.cpp,1.13,1.14

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Apr 20 17:44:15 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7898

Modified Files:
	rthread.cpp 
Log Message:
make it compile again

Index: rthread.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rthread.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** rthread.cpp	20 Apr 2005 17:41:37 -0000	1.13
--- rthread.cpp	20 Apr 2005 17:44:12 -0000	1.14
***************
*** 55,59 ****
  	while (1) {
  		MUTEX_LOCK;
! 		embeddedR->processEvents ();
  
  		if (previously_idle) {
--- 55,59 ----
  	while (1) {
  		MUTEX_LOCK;
! 		embeddedR->processX11Events ();
  
  		if (previously_idle) {
***************
*** 71,75 ****
  				// mutex will be unlocked inside
  				doCommand (command);
! 				embeddedR->processEvents ();
  			}
  		
--- 71,75 ----
  				// mutex will be unlocked inside
  				doCommand (command);
! 				embeddedR->processX11Events ();
  			}
  		
***************
*** 131,135 ****
  	while (!done) {
  		MUTEX_LOCK;
! 		embeddedR->processEvents ();
  		// while commands are in queue, don't wait
  		while (reply_stack->isActive () && !locked) {
--- 131,135 ----
  	while (!done) {
  		MUTEX_LOCK;
! 		embeddedR->processX11Events ();
  		// while commands are in queue, don't wait
  		while (reply_stack->isActive () && !locked) {
***************
*** 139,143 ****
  				// mutex will be unlocked inside
  				doCommand (command);
! 				embeddedR->processEvents ();
  			}
  		}
--- 139,143 ----
  				// mutex will be unlocked inside
  				doCommand (command);
! 				embeddedR->processX11Events ();
  			}
  		}





More information about the rkward-tracker mailing list