mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/wayland: fix undefined reference to wlr_wl_input_device_get_seat
Amend b7e9ad79 to remove wlr_wl_input_device_get_seat definition.
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3611
			
			
This commit is contained in:
		
							parent
							
								
									689627f0c0
								
							
						
					
					
						commit
						5602fb1373
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -57,9 +57,4 @@ void wlr_wl_output_set_title(struct wlr_output *output, const char *title);
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
struct wl_surface *wlr_wl_output_get_surface(struct wlr_output *output);
 | 
					struct wl_surface *wlr_wl_output_get_surface(struct wlr_output *output);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * Returns the remote struct wl_seat for a Wayland input device.
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
struct wl_seat *wlr_wl_input_device_get_seat(struct wlr_input_device *dev);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue