mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	data-device: remove undefined grab interface decls
This commit is contained in:
		
							parent
							
								
									c6603288fb
								
							
						
					
					
						commit
						7791ffe058
					
				
					 1 changed files with 0 additions and 9 deletions
				
			
		| 
						 | 
					@ -12,15 +12,6 @@
 | 
				
			||||||
#include <wayland-server-core.h>
 | 
					#include <wayland-server-core.h>
 | 
				
			||||||
#include <wlr/types/wlr_seat.h>
 | 
					#include <wlr/types/wlr_seat.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extern const struct wlr_pointer_grab_interface
 | 
					 | 
				
			||||||
	wlr_data_device_pointer_drag_interface;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern const struct wlr_keyboard_grab_interface
 | 
					 | 
				
			||||||
	wlr_data_device_keyboard_drag_interface;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern const struct wlr_touch_grab_interface
 | 
					 | 
				
			||||||
	wlr_data_device_touch_drag_interface;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
struct wlr_data_device_manager {
 | 
					struct wlr_data_device_manager {
 | 
				
			||||||
	struct wl_global *global;
 | 
						struct wl_global *global;
 | 
				
			||||||
	struct wl_list data_sources;
 | 
						struct wl_list data_sources;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue