aboutsummaryrefslogtreecommitdiff
path: root/examples/text-input.c
AgeCommit message (Collapse)Author
2021-01-04examples: request an EGL configSimon Ser
Client examples using wlr_egl would fail with EGL_BAD_CONFIG because they need an EGL config. Set the config attribs to a non-NULL value to make sure wlr_egl creates an EGL config. Fixes: 037710b1d428 ("render/egl: support config-less wlr_egl")
2021-01-04examples: remove visual for EGL_PLATFORM_WAYLAND_EXTSimon Ser
The Wayland EGL platform doesn't have visuals.
2020-08-24Remove unnecessary wl_display_dispatch callsSimon Ser
wl_display_roundtrip already takes care of dispatching the display.
2019-08-12examples: remove duplicated conditionAntonin Décimo
2019-03-01meson: enable more compiler warningsemersion
2018-10-09wlroots: add support for zwp_text_input_unstable_v3Dorota Czaplejewicz