mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Remove leftover comment
This commit is contained in:
		
							parent
							
								
									a12850444d
								
							
						
					
					
						commit
						a4bf09f142
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -659,7 +659,6 @@ static bool handle_pointer_button(wlc_handle view, uint32_t time, const struct w
 | 
				
			||||||
					swayc_t *op = root_container.children->items[i];
 | 
										swayc_t *op = root_container.children->items[i];
 | 
				
			||||||
					for (j = 0; j < op->children->length; ++j) {
 | 
										for (j = 0; j < op->children->length; ++j) {
 | 
				
			||||||
						swayc_t *ws = op->children->items[j];
 | 
											swayc_t *ws = op->children->items[j];
 | 
				
			||||||
						// TODO: adjust outer gaps ws->gaps = 0;
 | 
					 | 
				
			||||||
						if (config->floating_scroll == FSB_GAPS_INNER) {
 | 
											if (config->floating_scroll == FSB_GAPS_INNER) {
 | 
				
			||||||
							container_map(ws, add_gaps, &amount);
 | 
												container_map(ws, add_gaps, &amount);
 | 
				
			||||||
						} else {
 | 
											} else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue