mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	fix check of EGL_WL_bind_wayland_display presence
This commit is contained in:
		
							parent
							
								
									059e5f6690
								
							
						
					
					
						commit
						b2f8f00ae3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -209,7 +209,7 @@ void wlr_egl_finish(struct wlr_egl *egl) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool wlr_egl_bind_display(struct wlr_egl *egl, struct wl_display *local_display) {
 | 
					bool wlr_egl_bind_display(struct wlr_egl *egl, struct wl_display *local_display) {
 | 
				
			||||||
	if (!eglBindWaylandDisplayWL) {
 | 
						if (!egl->egl_exts.bind_wayland_display) {
 | 
				
			||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue