diff options
Diffstat (limited to 'src/surface.h')
-rw-r--r-- | src/surface.h | 1 |
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, |