diff options
Diffstat (limited to 'src/egl.h')
-rw-r--r-- | src/egl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ void egl_create_window( uint32_t width, uint32_t height); void egl_create_context(struct egl *egl, struct wl_display *wl_display); +void egl_destroy(struct egl *egl); void egl_log_error(const char *msg); void egl_make_current(struct egl *egl); void egl_swap_buffers(struct egl *egl); |