mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Basic workspace functionality
This commit is contained in:
parent
caee41b777
commit
8cc2c6fa7a
6 changed files with 128 additions and 1 deletions
8
sway/container.h
Normal file
8
sway/container.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _SWAY_CONTAINER_H
|
||||
#define _SWAY_CONTAINER_H
|
||||
|
||||
#include "layout.h"
|
||||
|
||||
void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue