mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	backend/multi: disallow multiple renderers at the same time
This commit is contained in:
		
							parent
							
								
									a1631dd9ee
								
							
						
					
					
						commit
						52bd8aa716
					
				
					 2 changed files with 16 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ struct wlr_backend *wlr_multi_backend_create(struct wl_display *display);
 | 
			
		|||
 * Adds the given backend to the multi backend. This should be done before the
 | 
			
		||||
 * new backend is started.
 | 
			
		||||
 */
 | 
			
		||||
void wlr_multi_backend_add(struct wlr_backend *multi,
 | 
			
		||||
bool wlr_multi_backend_add(struct wlr_backend *multi,
 | 
			
		||||
	struct wlr_backend *backend);
 | 
			
		||||
 | 
			
		||||
void wlr_multi_backend_remove(struct wlr_backend *multi,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue