diff options
Diffstat (limited to 'examples/pointer.c')
-rw-r--r-- | examples/pointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/pointer.c b/examples/pointer.c index 280372e0..9894e311 100644 --- a/examples/pointer.c +++ b/examples/pointer.c @@ -257,6 +257,7 @@ static void handle_tablet_tool_axis(struct wl_listener *listener, void *data) { } int main(int argc, char *argv[]) { + wlr_log_init(L_DEBUG, NULL); struct sample_state state = { .default_color = { 0.25f, 0.25f, 0.25f, 1 }, .clear_color = { 0.25f, 0.25f, 0.25f, 1 }, |