mirror of
https://github.com/swaywm/sway.git
synced 2024-11-24 08:51:27 +00:00
Fix typo in input-manager.c
This commit is contained in:
parent
6b87ec4aea
commit
e123127a53
|
@ -632,7 +632,7 @@ void input_manager_apply_seat_config(struct seat_config *seat_config) {
|
||||||
if (strcmp(seat_config->name, "*") == 0) {
|
if (strcmp(seat_config->name, "*") == 0) {
|
||||||
struct sway_seat *seat = NULL;
|
struct sway_seat *seat = NULL;
|
||||||
wl_list_for_each(seat, &server.input->seats, link) {
|
wl_list_for_each(seat, &server.input->seats, link) {
|
||||||
// Only apply the wildcard config directly if there is no seatz
|
// Only apply the wildcard config directly if there is no seat
|
||||||
// specific config
|
// specific config
|
||||||
struct seat_config *sc = seat->config;
|
struct seat_config *sc = seat->config;
|
||||||
if (!sc) {
|
if (!sc) {
|
||||||
|
|
Loading…
Reference in a new issue