mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
Removed unused fields.
This commit is contained in:
parent
ef9768858e
commit
4285b0c218
@ -18,7 +18,6 @@
|
||||
|
||||
struct wlr_drm_backend {
|
||||
int fd;
|
||||
bool paused;
|
||||
|
||||
struct wl_event_source *drm_event;
|
||||
|
||||
|
@ -12,11 +12,6 @@
|
||||
struct wlr_drm_renderer {
|
||||
int fd;
|
||||
|
||||
// Currently here so that rendering has access to the event queue.
|
||||
// Ideally this is will be removed later once the way events are
|
||||
// handled is changed.
|
||||
struct wlr_drm_backend *backend;
|
||||
|
||||
struct gbm_device *gbm;
|
||||
struct wlr_egl egl;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user