mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
SnapToRegion: Add config parser
This commit is contained in:
parent
51727cf8f7
commit
43fe138385
5 changed files with 86 additions and 0 deletions
|
|
@ -12,6 +12,12 @@
|
|||
#include "labwc.h"
|
||||
#include "regions.h"
|
||||
|
||||
bool
|
||||
regions_available(void)
|
||||
{
|
||||
return !wl_list_empty(&rc.regions);
|
||||
}
|
||||
|
||||
void
|
||||
regions_init(struct server *server, struct seat *seat)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue