 c110d949b8
			
		
	
	
		c110d949b8
		
	
	
	
	
		
			
			There are no users left. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210204105232.834642-7-marcandre.lureau@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			447 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			447 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef EGL_CONTEXT_H
 | |
| #define EGL_CONTEXT_H
 | |
| 
 | |
| #include "ui/console.h"
 | |
| #include "ui/egl-helpers.h"
 | |
| 
 | |
| QEMUGLContext qemu_egl_create_context(DisplayChangeListener *dcl,
 | |
|                                       QEMUGLParams *params);
 | |
| void qemu_egl_destroy_context(DisplayChangeListener *dcl, QEMUGLContext ctx);
 | |
| int qemu_egl_make_context_current(DisplayChangeListener *dcl,
 | |
|                                   QEMUGLContext ctx);
 | |
| 
 | |
| #endif /* EGL_CONTEXT_H */
 |