mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #1171 from emersion/xwayland-document-sigusr1
xwayland: document SIGUSR1 handler
This commit is contained in:
		
						commit
						0780d7856a
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -184,6 +184,14 @@ struct wlr_xwayland_resize_event {
 | 
				
			||||||
	uint32_t edges;
 | 
						uint32_t edges;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** Create an Xwayland server.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * The server supports a lazy mode in which Xwayland is only started when a
 | 
				
			||||||
 | 
					 * client tries to connect.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * Note: wlr_xwayland will setup a global SIGUSR1 handler on the compositor
 | 
				
			||||||
 | 
					 * process.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display,
 | 
					struct wlr_xwayland *wlr_xwayland_create(struct wl_display *wl_display,
 | 
				
			||||||
	struct wlr_compositor *compositor, bool lazy);
 | 
						struct wlr_compositor *compositor, bool lazy);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue