mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
ime: set ‘have_warned = true’ to avoid warning over and over again
This commit is contained in:
parent
6ae8ed7e6b
commit
ebb92a4db6
1 changed files with 1 additions and 0 deletions
1
ime.c
1
ime.c
|
|
@ -117,6 +117,7 @@ done(void *data, struct zwp_text_input_v3 *zwp_text_input_v3,
|
|||
LOG_WARN(
|
||||
"%s: text-input::done() received on seat that isn't "
|
||||
"focusing a terminal window", seat->name);
|
||||
have_warned = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue