mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Declare wlr_seat globals as extern
This commit is contained in:
		
							parent
							
								
									7f2bd0b211
								
							
						
					
					
						commit
						f2943bdf61
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -4,9 +4,9 @@
 | 
				
			||||||
#include <wayland-server-core.h>
 | 
					#include <wayland-server-core.h>
 | 
				
			||||||
#include <wlr/types/wlr_seat.h>
 | 
					#include <wlr/types/wlr_seat.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const struct wlr_pointer_grab_interface default_pointer_grab_impl;
 | 
					extern const struct wlr_pointer_grab_interface default_pointer_grab_impl;
 | 
				
			||||||
const struct wlr_keyboard_grab_interface default_keyboard_grab_impl;
 | 
					extern const struct wlr_keyboard_grab_interface default_keyboard_grab_impl;
 | 
				
			||||||
const struct wlr_touch_grab_interface default_touch_grab_impl;
 | 
					extern const struct wlr_touch_grab_interface default_touch_grab_impl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void seat_client_create_pointer(struct wlr_seat_client *seat_client,
 | 
					void seat_client_create_pointer(struct wlr_seat_client *seat_client,
 | 
				
			||||||
	uint32_t version, uint32_t id);
 | 
						uint32_t version, uint32_t id);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue