mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
Fixed logging for examples
This commit is contained in:
parent
c690420501
commit
264ef0c261
9 changed files with 11 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue