mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
wlr_text_input_v3.events.{enable,disable} events are removed and all
commit events from clients are now simply emitted as
wlr_text_input_v3.events.commit. Compositors can use
wlr_text_input_v3_commit_event.type to see whether a commit event
is enabling/disabling the text-input.
Also, wlr_text_input_v3.pending_enabled is removed and
wlr_text_input_v3.current_enabled is renamed to
wlr_text_input_v3.enabled.
|
||
|---|---|---|
| .. | ||
| backend | ||
| interfaces | ||
| render | ||
| types | ||
| util | ||
| wlr | ||
| xcursor | ||
| xwayland | ||
| meson.build | ||