fix two more potential races that could happen when an application is
2007-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net> * gdk/quartz/gdkeventloop-quartz.c: (select_thread_func), (poll_func): fix two more potential races that could happen when an application is polling in the mainloop and a separate thread tries to wake it up using g_idle_add(). Fixes #425271 comment 5. svn path=/trunk/; revision=17680
This commit is contained in:
		 Ronald Bultje
					Ronald Bultje
				
			
				
					committed by
					
						 Ronald Bultje
						Ronald Bultje
					
				
			
			
				
	
			
			
			 Ronald Bultje
						Ronald Bultje
					
				
			
						parent
						
							0b4b5d5ee0
						
					
				
				
					commit
					92563b7d22
				
			| @ -1,3 +1,10 @@ | ||||
| 2007-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net> | ||||
|  | ||||
| 	* gdk/quartz/gdkeventloop-quartz.c: (select_thread_func), | ||||
| 	(poll_func): fix two more potential races that could happen when | ||||
| 	an application is polling in the mainloop and a separate thread | ||||
| 	tries to wake it up using g_idle_add(). Fixes #425271 comment 5. | ||||
|  | ||||
| 2007-04-28  Matthias Clasen  <mclasen@redhat.com> | ||||
|  | ||||
| 	* gtk/gtkentry.c (gtk_entry_grab_focus):  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user