summaryrefslogtreecommitdiff
path: root/src/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface.h')
-rw-r--r--src/surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/surface.h b/src/surface.h
index bd79a80..b8b132f 100644
--- a/src/surface.h
+++ b/src/surface.h
@@ -19,6 +19,7 @@ void surface_initialise(
struct surface *surface,
struct wl_display *wl_display,
struct image *texture);
+void surface_destroy(struct surface *surface);
void surface_draw(
struct surface *surface,
struct color *color,