mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Add struct wl_egl_display argument to wl_egl_window_create
We don't need it in the mesa implementation, but other implementations might and it's symmetric with wl_egl_pixmap_create().
This commit is contained in:
		
							parent
							
								
									0bbb97bab1
								
							
						
					
					
						commit
						3eff366911
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -41,7 +41,8 @@ void
 | 
			
		|||
wl_egl_display_destroy(struct wl_egl_display *egl_display);
 | 
			
		||||
 | 
			
		||||
struct wl_egl_window *
 | 
			
		||||
wl_egl_window_create(struct wl_surface *surface,
 | 
			
		||||
wl_egl_window_create(struct wl_egl_display *egl_display,
 | 
			
		||||
		     struct wl_surface *surface,
 | 
			
		||||
		     int width, int height,
 | 
			
		||||
		     struct wl_visual *visual);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue