summaryrefslogtreecommitdiff
path: root/src/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/surface.h')
-rw-r--r--src/surface.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/surface.h b/src/surface.h
index 2b2910a..bd79a80 100644
--- a/src/surface.h
+++ b/src/surface.h
@@ -15,7 +15,13 @@ struct surface {
bool redraw;
};
-void surface_initialise(struct surface *surface, struct wl_display *wl_display, struct image *texture);
-void surface_draw(struct surface *surface, struct color *color, struct image *texture);
+void surface_initialise(
+ struct surface *surface,
+ struct wl_display *wl_display,
+ struct image *texture);
+void surface_draw(
+ struct surface *surface,
+ struct color *color,
+ struct image *texture);
#endif /* SURFACE_H */