Arrange windows on desktop

This commit is contained in:
Drew DeVault 2017-11-25 10:59:49 -05:00
parent 289ba64bde
commit ce1936bc65
8 changed files with 253 additions and 6 deletions

View file

@ -13,6 +13,7 @@ struct sway_output {
struct sway_server *server;
struct timespec last_frame;
struct wl_listener frame;
struct wl_listener resolution;
};
#endif