mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
Merge wlr_udev into wlr_session
This commit is contained in:
parent
46823152ea
commit
fb93628bda
18 changed files with 292 additions and 350 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#include <wayland-server.h>
|
||||
#include <xf86drmMode.h>
|
||||
#include <EGL/egl.h>
|
||||
#include <libudev.h>
|
||||
#include <gbm.h>
|
||||
|
||||
#include <wlr/backend/session.h>
|
||||
|
|
@ -16,7 +15,6 @@
|
|||
#include <wlr/egl.h>
|
||||
#include <wlr/util/list.h>
|
||||
|
||||
#include <backend/udev.h>
|
||||
#include "drm-properties.h"
|
||||
|
||||
struct wlr_drm_plane {
|
||||
|
|
@ -124,7 +122,6 @@ struct wlr_drm_backend {
|
|||
|
||||
struct wlr_drm_renderer renderer;
|
||||
struct wlr_session *session;
|
||||
struct wlr_udev *udev;
|
||||
};
|
||||
|
||||
enum wlr_drm_output_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue