SnapToRegion: Add SnapToRegion action

This commit is contained in:
Consolatis 2022-07-06 08:06:48 +02:00
parent 9d3e309a22
commit 96a591297d
3 changed files with 43 additions and 0 deletions

View file

@ -30,4 +30,6 @@ void regions_init(struct server *server, struct seat *seat);
void regions_update(struct output *output);
void regions_destroy(struct wl_list *regions);
struct region *regions_from_name(const char *region_name, struct output *output);
#endif /* __LABWC_REGIONS_H */