From 74adfe0cbca300e73774c6e0aa9b3c53a5e5b57b Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Oct 2021 16:47:03 +0000 Subject: Add HiDPI support and lots of cleanup. --- src/surface.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/surface.h') 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 */ -- cgit v1.2.3