mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Remove single GPU assumptions from wlr_session
This commit is contained in:
parent
fb93628bda
commit
d16b2977f6
4 changed files with 56 additions and 33 deletions
|
|
@ -8,6 +8,14 @@
|
|||
|
||||
struct session_impl;
|
||||
|
||||
struct wlr_device {
|
||||
int fd;
|
||||
dev_t dev;
|
||||
struct wl_signal signal;
|
||||
|
||||
struct wl_list link;
|
||||
};
|
||||
|
||||
struct wlr_session {
|
||||
const struct session_impl *impl;
|
||||
/*
|
||||
|
|
@ -17,7 +25,6 @@ struct wlr_session {
|
|||
struct wl_signal session_signal;
|
||||
bool active;
|
||||
|
||||
int drm_fd;
|
||||
unsigned vtnr;
|
||||
char seat[8];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue