mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
SnapToRegion: Add config parser
This commit is contained in:
parent
51727cf8f7
commit
43fe138385
5 changed files with 86 additions and 0 deletions
|
|
@ -23,6 +23,9 @@ struct region {
|
|||
} center;
|
||||
};
|
||||
|
||||
/* Can be used as a cheap check to detect if there are any regions configured */
|
||||
bool regions_available(void);
|
||||
|
||||
void regions_init(struct server *server, struct seat *seat);
|
||||
void regions_update(struct output *output);
|
||||
void regions_destroy(struct wl_list *regions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue