mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	closemon() has now only 1 parameter
This commit is contained in:
		
							parent
							
								
									934ce085b6
								
							
						
					
					
						commit
						5221a329e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -1475,7 +1475,7 @@ outputmgrapplyortest(struct wlr_output_configuration_v1 *config, bool test)
 | 
				
			||||||
				if (m->wlr_output->name == wlr_output->name) {
 | 
									if (m->wlr_output->name == wlr_output->name) {
 | 
				
			||||||
					// focus the left monitor (relative to the current focus)
 | 
										// focus the left monitor (relative to the current focus)
 | 
				
			||||||
					focusmon(&ar);
 | 
										focusmon(&ar);
 | 
				
			||||||
					closemon(m, selmon);
 | 
										closemon(m);
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue