mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	Merge branch 'output-management' of http://olidata.stivvo01.com:3000/Stivvo01/dwl into output-management
This commit is contained in:
		
						commit
						e64259abf5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1466,7 +1466,7 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, bool test)
 | 
			
		|||
		Monitor *m;
 | 
			
		||||
 | 
			
		||||
		wlr_output_enable(wlr_output, config_head->state.enabled);
 | 
			
		||||
		if (config_head->state.enabled) {
 | 
			
		||||
		if (!wlr_output->enabled) {
 | 
			
		||||
			wl_list_for_each(m, &mons, link) {
 | 
			
		||||
				if (m->wlr_output == wlr_output) {
 | 
			
		||||
					wlr_output_set_mode(m->wlr_output, wlr_output_preferred_mode(m->wlr_output));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue