From 264ef0c261db998ada651984136776fd336c4a72 Mon Sep 17 00:00:00 2001 From: Timidger Date: Mon, 15 Jan 2018 22:51:00 -0500 Subject: Fixed logging for examples --- examples/simple.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/simple.c') diff --git a/examples/simple.c b/examples/simple.c index ad1b0792..95c056c8 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -44,6 +44,7 @@ void handle_output_frame(struct output_state *output, struct timespec *ts) { } int main() { + wlr_log_init(L_DEBUG, NULL); struct sample_state state = { .color = { 1.0, 0.0, 0.0 }, .dec = 0, -- cgit v1.2.3