mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	update handler to get pid from wlc for all views
This commit is contained in:
		
							parent
							
								
									3f83968d30
								
							
						
					
					
						commit
						d0a0d5e03c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -292,7 +292,7 @@ static bool handle_view_created(wlc_handle handle) {
 | 
			
		|||
	if (client) {
 | 
			
		||||
		// below only works on wayland windows. need a wlc
 | 
			
		||||
		// api that will work for both wayland and x.
 | 
			
		||||
		wl_client_get_credentials(client, &pid, NULL, NULL);
 | 
			
		||||
		pid = wlc_view_get_pid(handle);
 | 
			
		||||
 | 
			
		||||
		if (pid) {
 | 
			
		||||
			// using newview as a temp storage location here,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue