compositor-fbdev: Remove unused fbdev_seat code
The fbdev compositor uses the commons seat handling code with the drm compositor.
This commit is contained in:
parent
d355b80172
commit
f165f18439
@ -89,15 +89,6 @@ struct fbdev_output {
|
|||||||
uint8_t depth;
|
uint8_t depth;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct fbdev_seat {
|
|
||||||
struct weston_seat base;
|
|
||||||
struct wl_list devices_list;
|
|
||||||
|
|
||||||
struct udev_monitor *udev_monitor;
|
|
||||||
struct wl_event_source *udev_monitor_source;
|
|
||||||
char *seat_id;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct fbdev_parameters {
|
struct fbdev_parameters {
|
||||||
int tty;
|
int tty;
|
||||||
char *device;
|
char *device;
|
||||||
@ -111,12 +102,6 @@ to_fbdev_output(struct weston_output *base)
|
|||||||
return container_of(base, struct fbdev_output, base);
|
return container_of(base, struct fbdev_output, base);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline struct fbdev_seat *
|
|
||||||
to_fbdev_seat(struct weston_seat *base)
|
|
||||||
{
|
|
||||||
return container_of(base, struct fbdev_seat, base);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline struct fbdev_compositor *
|
static inline struct fbdev_compositor *
|
||||||
to_fbdev_compositor(struct weston_compositor *base)
|
to_fbdev_compositor(struct weston_compositor *base)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user