Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-04 | examples: request an EGL config | Simon 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-04 | examples: remove visual for EGL_PLATFORM_WAYLAND_EXT | Simon Ser | |
The Wayland EGL platform doesn't have visuals. | |||
2020-08-24 | Remove unnecessary wl_display_dispatch calls | Simon Ser | |
wl_display_roundtrip already takes care of dispatching the display. | |||
2019-08-12 | examples: remove duplicated condition | Antonin Décimo | |
2019-03-01 | meson: enable more compiler warnings | emersion | |
2018-10-09 | wlroots: add support for zwp_text_input_unstable_v3 | Dorota Czaplejewicz | |