Fix keymap being NULL and segfaulting on dev add

Moved `libinput_config` to the callers of
`sway_input_configure_libinput_device` so that we send the event after
the added event.
This commit is contained in:
Yaroslav de la Peña Smirnov 2022-10-23 03:09:38 +03:00 committed by Simon Ser
parent 5e514e6474
commit 9d99bb956f
3 changed files with 13 additions and 8 deletions

View file

@ -2,7 +2,7 @@
#define _SWAY_INPUT_LIBINPUT_H
#include "sway/input/input-manager.h"
void sway_input_configure_libinput_device(struct sway_input_device *device);
bool sway_input_configure_libinput_device(struct sway_input_device *device);
void sway_input_reset_libinput_device(struct sway_input_device *device);