mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	xwm: only emit unmap notify once
This commit is contained in:
		
							parent
							
								
									e5ee01254b
								
							
						
					
					
						commit
						1be650d78a
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -578,8 +578,10 @@ static void handle_unmap_notify(struct wlr_xwm *xwm,
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	xsurface->surface = NULL;
 | 
						xsurface->surface = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	xsurface->mapped = false;
 | 
						if (xsurface->mapped) {
 | 
				
			||||||
	wl_signal_emit(&xsurface->events.unmap_notify, xsurface);
 | 
							xsurface->mapped = false;
 | 
				
			||||||
 | 
							wl_signal_emit(&xsurface->events.unmap_notify, xsurface);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void handle_property_notify(struct wlr_xwm *xwm,
 | 
					static void handle_property_notify(struct wlr_xwm *xwm,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue