summaryrefslogtreecommitdiff
path: root/src/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface.h')
-rw-r--r--src/surface.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/surface.h b/src/surface.h
index 68f9a31..e1a5887 100644
--- a/src/surface.h
+++ b/src/surface.h
@@ -26,9 +26,6 @@ void surface_init(
struct surface *surface,
struct wl_shm *wl_shm);
void surface_destroy(struct surface *surface);
-void surface_draw(
- struct surface *surface,
- struct color *color,
- struct image *texture);
+void surface_draw(struct surface *surface);
#endif /* SURFACE_H */