diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-15 23:06:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 23:06:13 -0500 |
commit | bcb58b5caa203a5651a2a24d2038117a728348e7 (patch) | |
tree | 4611d2f398409793ae6b62d624afe848f0e21983 /examples/output-layout.c | |
parent | b331c5c2c5cbb94df66789e52ab87598647e0056 (diff) | |
parent | 264ef0c261db998ada651984136776fd336c4a72 (diff) |
Merge pull request #567 from Timidger/example-logging
Fixed logging for examples
Diffstat (limited to 'examples/output-layout.c')
-rw-r--r-- | examples/output-layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/output-layout.c b/examples/output-layout.c index d9325838..35ed22a8 100644 --- a/examples/output-layout.c +++ b/examples/output-layout.c @@ -181,6 +181,7 @@ static void handle_keyboard_key(struct keyboard_state *kbstate, } int main(int argc, char *argv[]) { + wlr_log_init(L_DEBUG, NULL); struct sample_state state = {0}; state.x_vel = 500; |