Make idle handling per seat

This commit is contained in:
Mattias Eriksson 2018-04-23 10:49:55 +02:00
parent dd1a2922a4
commit 581d24079c
3 changed files with 24 additions and 4 deletions

View file

@ -2,5 +2,6 @@
#define _SWAY_IDLE_H
#include <sway/server.h>
void idle_setup_seat(struct sway_server *server, struct sway_seat *seat);
bool idle_init(struct sway_server *server);
#endif