aboutsummaryrefslogtreecommitdiff
path: root/examples/input-method.c
AgeCommit message (Collapse)Author
2020-08-24Remove unnecessary wl_display_dispatch callsSimon Ser
wl_display_roundtrip already takes care of dispatching the display.
2019-03-01meson: enable more compiler warningsemersion
2018-11-06examples: only link clients to wlroots if necessaryemersion
2018-10-12Assert read return value in examples/input-methodDrew DeVault
2018-10-09wlroots: add basic support for zwp_input_method_v2Dorota Czaplejewicz
Implemented basic input method functionality. Not included: popups, grabbing.