mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	rootston: document why Xwayland is disconnected before clients
This commit is contained in:
		
							parent
							
								
									0e0ba65bc0
								
							
						
					
					
						commit
						461360aff1
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -73,6 +73,8 @@ int main(int argc, char **argv) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_display_run(server.wl_display);
 | 
						wl_display_run(server.wl_display);
 | 
				
			||||||
#if WLR_HAS_XWAYLAND
 | 
					#if WLR_HAS_XWAYLAND
 | 
				
			||||||
 | 
						// We need to shutdown Xwayland before disconnecting all clients, otherwise
 | 
				
			||||||
 | 
						// wlroots will restart it automatically.
 | 
				
			||||||
	wlr_xwayland_destroy(server.desktop->xwayland);
 | 
						wlr_xwayland_destroy(server.desktop->xwayland);
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	wl_display_destroy_clients(server.wl_display);
 | 
						wl_display_destroy_clients(server.wl_display);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue