mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #1271 from emersion/gamma-control-destroy
gamma-control-v1: add missing destroy handler
This commit is contained in:
		
						commit
						890bbd7b5c
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -189,9 +189,15 @@ static void gamma_control_manager_get_gamma_control(struct wl_client *client,
 | 
			
		|||
		wlr_output_get_gamma_size(output));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void gamma_control_manager_destroy(struct wl_client *client,
 | 
			
		||||
		struct wl_resource *manager_resource) {
 | 
			
		||||
	wl_resource_destroy(manager_resource);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static const struct zwlr_gamma_control_manager_v1_interface
 | 
			
		||||
		gamma_control_manager_impl = {
 | 
			
		||||
	.get_gamma_control = gamma_control_manager_get_gamma_control,
 | 
			
		||||
	.destroy = gamma_control_manager_destroy,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void gamma_control_manager_handle_resource_destroy(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue