mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/drm: remove EGL config
Since we're using wlr_swapchain, we don't need to provide an EGL config.
This commit is contained in:
parent
8a6930c138
commit
6ff478632a
3 changed files with 2 additions and 16 deletions
|
|
@ -17,8 +17,6 @@ struct wlr_drm_renderer {
|
|||
struct gbm_device *gbm;
|
||||
struct wlr_egl egl;
|
||||
|
||||
uint32_t gbm_format;
|
||||
|
||||
struct wlr_renderer *wlr_rend;
|
||||
struct wlr_gbm_allocator *allocator;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue