mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Fix issues, flesh out event handling somewhat
This commit is contained in:
		
							parent
							
								
									af69591e62
								
							
						
					
					
						commit
						019fff06be
					
				
					 2 changed files with 25 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -12,10 +12,13 @@ struct wlr_backend_state {
 | 
			
		|||
	struct wlr_udev *udev;
 | 
			
		||||
	struct wl_display *display;
 | 
			
		||||
 | 
			
		||||
	struct libinput *handle;
 | 
			
		||||
	struct libinput *libinput;
 | 
			
		||||
	struct wl_event_source *input_event;
 | 
			
		||||
 | 
			
		||||
	list_t *devices;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void wlr_libinput_event(struct wlr_backend_state *state,
 | 
			
		||||
		struct libinput_event *event);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue