mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-19 05:33:58 -04:00
parent
c848bafaed
commit
8faf7a2f59
3 changed files with 17 additions and 1 deletions
1
seat.h
1
seat.h
|
|
@ -70,5 +70,6 @@ struct cg_seat *cg_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);
|
||||
bool have_dialogs_open(struct cg_server *server);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue