mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Changed display to use list_t.
This commit is contained in:
parent
115d4ae637
commit
e9d716fc0c
3 changed files with 57 additions and 34 deletions
|
|
@ -8,6 +8,8 @@
|
|||
#include <libudev.h>
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include <wlr/common/list.h>
|
||||
|
||||
#include "session.h"
|
||||
#include "udev.h"
|
||||
#include "event.h"
|
||||
|
|
@ -30,8 +32,7 @@ struct wlr_drm_backend {
|
|||
struct wl_signal display_render;
|
||||
} signals;
|
||||
|
||||
size_t display_len;
|
||||
struct wlr_drm_display *displays;
|
||||
list_t *displays;
|
||||
|
||||
uint32_t taken_crtcs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue