mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Compositors now have more control over how the backend creates its renderer. Currently all backends create an EGL/GLES2 renderer, so the necessary attributes for creating the context are passed to a user-provided callback function. It is responsible for initializing provided wlr_egl and to return a renderer. On fail, return 0. Fixes #987 |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cat.c | ||
| cat.h | ||
| idle-inhibit.c | ||
| idle.c | ||
| input-inhibitor.c | ||
| layer-shell.c | ||
| meson.build | ||
| multi-pointer.c | ||
| output-layout.c | ||
| pointer.c | ||
| rotation.c | ||
| screenshot.c | ||
| simple.c | ||
| tablet.c | ||
| touch.c | ||