mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
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:
parent
5e514e6474
commit
9d99bb956f
3 changed files with 13 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue