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. | |||
2018-12-21 | relative_pointer: add relative-pointer example | random human | |
On left mouse button click, locks the cursor and renders relative motion events. |