From c8e1e71eb526475dd431443345262c2e5a627831 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 23 Oct 2021 11:17:25 -0700 Subject: chore(rename): libn -> base --- sys/cmd/wm/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/wm/render.c') diff --git a/sys/cmd/wm/render.c b/sys/cmd/wm/render.c index ff4a514..1f51804 100644 --- a/sys/cmd/wm/render.c +++ b/sys/cmd/wm/render.c @@ -8,7 +8,6 @@ struct Payload int x, y; }; - static void render(struct wlr_surface *surface, int sx, int sy, void *data) @@ -20,6 +19,7 @@ render(struct wlr_surface *surface, int sx, int sy, void *data) struct wlr_box box; struct wlr_output *output; struct wlr_texture *texture; + enum wl_output_transform transform; payload = data; -- cgit v1.2.1