mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: log warning when compositor does not implement text-input
This commit is contained in:
parent
0dbd85ed9e
commit
218ce4ab87
1 changed files with 7 additions and 0 deletions
|
|
@ -1130,6 +1130,13 @@ wayl_init(const struct config *conf, struct fdm *fdm)
|
|||
goto out;
|
||||
}
|
||||
|
||||
#if defined(FOOT_IME_ENABLED) && FOOT_IME_ENABLED
|
||||
if (wayl->text_input_manager == NULL) {
|
||||
LOG_WARN("text input interface not implemented by compositor; "
|
||||
"IME will be disabled");
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Trigger listeners registered when handling globals */
|
||||
wl_display_roundtrip(wayl->display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue