mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-02 07:15:47 -04:00
seat: remove cg_ prefix
This commit is contained in:
parent
5c403edc0b
commit
fd5175cbf8
3 changed files with 3 additions and 3 deletions
2
seat.h
2
seat.h
|
|
@ -80,7 +80,7 @@ struct cg_drag_icon {
|
|||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
struct cg_seat *cg_seat_create(struct cg_server *server);
|
||||
struct cg_seat *seat_create(struct cg_server *server);
|
||||
void cg_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