aboutsummaryrefslogtreecommitdiff
path: root/examples/touch.c
diff options
context:
space:
mode:
authorTimidger <APragmaticPlace@gmail.com>2018-01-15 22:51:00 -0500
committerTimidger <APragmaticPlace@gmail.com>2018-01-15 22:51:00 -0500
commit264ef0c261db998ada651984136776fd336c4a72 (patch)
tree6200096a4cd6abf8e1724b0105ae6c3d8b29a14a /examples/touch.c
parentc690420501a35ee83bf6afeb52139b3da2c455c2 (diff)
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);