Using wlr_log() instead of printf() for logging messages

This commit is contained in:
Keith Bowes 2020-03-09 19:03:54 -04:00
parent 09db837fcd
commit 7bf6809122
3 changed files with 14 additions and 9 deletions

View file

@ -19,6 +19,7 @@
#include <wlr/types/wlr_primary_selection_v1.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_xdg_shell.h>
#include <wlr/util/log.h>
#include <libintl.h>
#include <locale.h>