mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-12 08:21:02 -04:00
ime: don’t commit IME changes when we don’t have IME focus
Fixes log spamming in Sway: 00:54:07.780 [DEBUG] [wlr] [types/wlr_text_input_v3.c:181] Text input commit received without focus 00:54:07.780 [INFO] [sway/input/text_input.c:127] Inactive text input tried to commit an update Closes #384
This commit is contained in:
parent
c3880af593
commit
3f19ee4d92
2 changed files with 12 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ struct seat {
|
|||
} pending;
|
||||
} surrounding;
|
||||
|
||||
bool focused;
|
||||
uint32_t serial;
|
||||
} ime;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue