mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	data-device: notify the compositor about new drag icons
Let the compositor use a listener to be notified when a new drag icon is set up.
This commit is contained in:
		
							parent
							
								
									83685c506e
								
							
						
					
					
						commit
						897a4ec62d
					
				
					 3 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -233,6 +233,7 @@ struct wl_input_device {
 | 
			
		|||
	struct wl_pointer_grab drag_grab;
 | 
			
		||||
	struct wl_surface *drag_surface;
 | 
			
		||||
	struct wl_listener drag_icon_listener;
 | 
			
		||||
	struct wl_list drag_icon_listener_list;
 | 
			
		||||
 | 
			
		||||
	struct wl_data_source *selection_data_source;
 | 
			
		||||
	struct wl_listener selection_data_source_listener;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue