seat: remove cg_ prefix

This commit is contained in:
Jente Hidskes 2019-01-31 14:43:54 +01:00
parent 5c403edc0b
commit fd5175cbf8
3 changed files with 3 additions and 3 deletions

2
seat.h
View file

@ -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);