mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 07:32:44 +00:00 
			
		
		
		
	WindowServer+LibGUI: Allow arbitrary number of rects in messages.
To get truly atomic updates, add a mechanism for passing arbitrary amounts of extra data along with WindowServer messages. This allows us to pass all the rects in a single message.
This commit is contained in:
		
							parent
							
								
									f9d3abf5d0
								
							
						
					
					
						commit
						9f122bff5a
					
				
					 12 changed files with 167 additions and 60 deletions
				
			
		|  | @ -134,6 +134,8 @@ void WSMenu::event(CEvent& event) | |||
|         clear_hovered_item(); | ||||
|         return; | ||||
|     } | ||||
| 
 | ||||
|     CObject::event(event); | ||||
| } | ||||
| 
 | ||||
| void WSMenu::clear_hovered_item() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling