mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
	
	
		
			20 lines
		
	
	
	
		
			391 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
	
		
			391 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef _EGL_COMMON_H
							 | 
						||
| 
								 | 
							
								#define _EGL_COMMON_H
							 | 
						||
| 
								 | 
							
								#endif
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <stdbool.h>
							 | 
						||
| 
								 | 
							
								#include <wayland-client.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <EGL/egl.h>
							 | 
						||
| 
								 | 
							
								#include <EGL/eglext.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								extern EGLDisplay egl_display;
							 | 
						||
| 
								 | 
							
								extern EGLConfig egl_config;
							 | 
						||
| 
								 | 
							
								extern EGLContext egl_context;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								extern PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC eglCreatePlatformWindowSurfaceEXT;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								bool egl_init(struct wl_display *display);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void egl_finish(void);
							 |