server: remove backend pointer

This commit is contained in:
Jente Hidskes 2020-02-08 16:49:12 +01:00
parent dc002acd20
commit 42782bda1d
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
4 changed files with 10 additions and 11 deletions

2
seat.h
View file

@ -85,7 +85,7 @@ struct cg_drag_icon {
struct wl_listener destroy;
};
struct cg_seat *seat_create(struct cg_server *server);
struct cg_seat *seat_create(struct cg_server *server, struct wlr_backend *backend);
void seat_destroy(struct cg_seat *seat);
struct cg_view *seat_get_focus(struct cg_seat *seat);
void seat_set_focus(struct cg_seat *seat, struct cg_view *view);