mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/multi: take wl_event_loop instead of wl_display
This commit is contained in:
		
							parent
							
								
									54f9944b48
								
							
						
					
					
						commit
						f27808b8d9
					
				
					 4 changed files with 10 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
 * Creates a multi-backend. Multi-backends wrap an arbitrary number of backends
 | 
			
		||||
 * and aggregate their new_output/new_input signals.
 | 
			
		||||
 */
 | 
			
		||||
struct wlr_backend *wlr_multi_backend_create(struct wl_display *display);
 | 
			
		||||
struct wlr_backend *wlr_multi_backend_create(struct wl_event_loop *loop);
 | 
			
		||||
/**
 | 
			
		||||
 * Adds the given backend to the multi backend. This should be done before the
 | 
			
		||||
 * new backend is started.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue