aboutsummaryrefslogtreecommitdiff
path: root/examples/touch.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-15 23:06:13 -0500
committerGitHub <noreply@github.com>2018-01-15 23:06:13 -0500
commitbcb58b5caa203a5651a2a24d2038117a728348e7 (patch)
tree4611d2f398409793ae6b62d624afe848f0e21983 /examples/touch.c
parentb331c5c2c5cbb94df66789e52ab87598647e0056 (diff)
parent264ef0c261db998ada651984136776fd336c4a72 (diff)
Merge pull request #567 from Timidger/example-logging
Fixed logging for examples
Diffstat (limited to 'examples/touch.c')
-rw-r--r--examples/touch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/touch.c b/examples/touch.c
index f18b5d26..4c1f97b6 100644
--- a/examples/touch.c
+++ b/examples/touch.c
@@ -94,6 +94,7 @@ static void handle_touch_motion(struct touch_state *tstate, int32_t touch_id,
}
int main(int argc, char *argv[]) {
+ wlr_log_init(L_DEBUG, NULL);
struct sample_state state;
wl_list_init(&state.touch_points);