mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-10-29 05:40:12 -04:00 
			
		
		
		
	backend/headless: actually perform output test
Currently the headless backend does not actually implement the wlr_output_test function, causing tests containing output state unsupported by the headless backend to succeed while committing the same state will always fail. This commit fixes that by actually hooking up the already exisiting test function. References: https://codeberg.org/river/river/issues/1154
This commit is contained in:
		
							parent
							
								
									0d467ef9aa
								
							
						
					
					
						commit
						da8f7a07ba
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -89,6 +89,7 @@ static void output_destroy(struct wlr_output *wlr_output) { | |||
| 
 | ||||
| static const struct wlr_output_impl output_impl = { | ||||
| 	.destroy = output_destroy, | ||||
| 	.test = output_test, | ||||
| 	.commit = output_commit, | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Isaac Freund
						Isaac Freund