mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Damage container on focus
This commit is contained in:
		
							parent
							
								
									bec80f1551
								
							
						
					
					
						commit
						70b80b4698
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -530,6 +530,7 @@ void seat_set_focus_warp(struct sway_seat *seat,
 | 
				
			||||||
		if (container->type == C_VIEW) {
 | 
							if (container->type == C_VIEW) {
 | 
				
			||||||
			seat_send_focus(seat, container);
 | 
								seat_send_focus(seat, container);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							container_damage_whole(container);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// clean up unfocused empty workspace on new output
 | 
						// clean up unfocused empty workspace on new output
 | 
				
			||||||
| 
						 | 
					@ -575,6 +576,10 @@ void seat_set_focus_warp(struct sway_seat *seat,
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						if (last_focus) {
 | 
				
			||||||
 | 
							container_damage_whole(last_focus);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (last_focus && last_focus->type == C_VIEW &&
 | 
						if (last_focus && last_focus->type == C_VIEW &&
 | 
				
			||||||
			!input_manager_has_focus(seat->input, last_focus)) {
 | 
								!input_manager_has_focus(seat->input, last_focus)) {
 | 
				
			||||||
		struct sway_view *view = last_focus->sway_view;
 | 
							struct sway_view *view = last_focus->sway_view;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue