mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Always allocate a new wl_resource when binding an object
Previously we would bind some resources into multiple client hash tables.
This commit is contained in:
		
							parent
							
								
									c4774d55e9
								
							
						
					
					
						commit
						cc6fd94d6a
					
				
					 5 changed files with 151 additions and 113 deletions
				
			
		| 
						 | 
				
			
			@ -61,7 +61,7 @@ struct wl_interface {
 | 
			
		|||
 | 
			
		||||
struct wl_object {
 | 
			
		||||
	const struct wl_interface *interface;
 | 
			
		||||
	void (**implementation)(void);
 | 
			
		||||
	void (* const * implementation)(void);
 | 
			
		||||
	uint32_t id;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue