mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:32:45 +00:00 
			
		
		
		
	WindowServer: Forgot to actually set 'had_any_timer' after we had any timer.
This commit is contained in:
		
							parent
							
								
									c5a00a56c8
								
							
						
					
					
						commit
						269f9ae524
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -160,6 +160,7 @@ void WSMessageLoop::wait_for_message() | |||
|         auto& timer = *it.value; | ||||
|         if (!had_any_timer) { | ||||
|             timeout = timer.next_fire_time; | ||||
|             had_any_timer = true; | ||||
|             continue; | ||||
|         } | ||||
|         if (timer.next_fire_time.tv_sec > timeout.tv_sec || (timer.next_fire_time.tv_sec == timeout.tv_sec && timer.next_fire_time.tv_usec > timeout.tv_usec)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling