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 +- sys/cmd/wm/rules.mk | 2 +- sys/cmd/wm/wm.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/cmd/wm') 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; diff --git a/sys/cmd/wm/rules.mk b/sys/cmd/wm/rules.mk index bf9aabc..5a36b6f 100644 --- a/sys/cmd/wm/rules.mk +++ b/sys/cmd/wm/rules.mk @@ -55,7 +55,7 @@ $(BINS_$(d)): TCLIBS = \ `$(PKG) --libs wayland-server` \ `$(PKG) --libs xkbcommon` \ -$(BINS_$(d)): $(OBJS_$(d)) $(OBJ_DIR)/sys/libn/libn.a +$(BINS_$(d)): $(OBJS_$(d)) $(OBJ_DIR)/sys/base/base.a $(COMPLINK) include share/pop.mk diff --git a/sys/cmd/wm/wm.h b/sys/cmd/wm/wm.h index d9124f4..a263804 100644 --- a/sys/cmd/wm/wm.h +++ b/sys/cmd/wm/wm.h @@ -1,7 +1,7 @@ #pragma once #include -#include +#include #include #include -- cgit v1.2.1