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