mirror of
https://github.com/labwc/labwc.git
synced 2025-11-25 06:59:53 -05:00
SnapToRegion: Add regions_from_cursor()
This commit is contained in:
parent
96a591297d
commit
0c31886061
2 changed files with 33 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ 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_cursor(struct server *server);
|
||||
struct region *regions_from_name(const char *region_name, struct output *output);
|
||||
|
||||
#endif /* __LABWC_REGIONS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue