summaryrefslogtreecommitdiff
path: root/src/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface.h')
-rw-r--r--src/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/surface.h b/src/surface.h
index 6016551..68f9a31 100644
--- a/src/surface.h
+++ b/src/surface.h
@@ -22,7 +22,7 @@ struct surface {
bool redraw;
};
-void surface_initialise(
+void surface_init(
struct surface *surface,
struct wl_shm *wl_shm);
void surface_destroy(struct surface *surface);