aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/wm/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/wm/render.c')
-rw-r--r--sys/cmd/wm/render.c2
1 files changed, 1 insertions, 1 deletions
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;