mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-16 05:34:29 -04:00
server: remove backend pointer
This commit is contained in:
parent
dc002acd20
commit
42782bda1d
4 changed files with 10 additions and 11 deletions
2
seat.h
2
seat.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue