summaryrefslogtreecommitdiff
path: root/src/egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl.h')
-rw-r--r--src/egl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl.h b/src/egl.h
index a705538..a3f17a2 100644
--- a/src/egl.h
+++ b/src/egl.h
@@ -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);