From Willy Goiffon to ~sircmpwn/wio
This fixes #17, where the compositor fails to run when started from a bare VT. --- output.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/output.c b/output.c index 6244b7f..a88d8ac 100644 --- a/output.c +++ b/output.c @@ -469,14 +469,17 @@ void server_new_output(struct wl_listener *listener, void *data) { if (config->transform) { wlr_output_set_transform(wlr_output, config->transform); [message trimmed]
From Willy Goiffon to ~sircmpwn/wio
There you go. Same patch without the macros. --- output.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/output.c b/output.c index 6a059f5..c0877fe 100644 --- a/output.c +++ b/output.c @@ -269,6 +269,7 @@ static void render_layer( } static void output_frame(struct wl_listener *listener, void *data) { [message trimmed]