mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Updates for swaywm/wlroots#1116
This commit is contained in:
		
							parent
							
								
									2bc18d8cf7
								
							
						
					
					
						commit
						60fdb71a1f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -752,8 +752,9 @@ struct sway_view *view_from_wlr_surface(struct wlr_surface *wlr_surface) {
 | 
				
			||||||
		return NULL;
 | 
							return NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						const char *role = wlr_surface->role ? wlr_surface->role->name : NULL;
 | 
				
			||||||
	wlr_log(WLR_DEBUG, "Surface of unknown type (role %s): %p",
 | 
						wlr_log(WLR_DEBUG, "Surface of unknown type (role %s): %p",
 | 
				
			||||||
		wlr_surface->role, wlr_surface);
 | 
							role, wlr_surface);
 | 
				
			||||||
	return NULL;
 | 
						return NULL;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue