mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
8 lines
151 B
C
8 lines
151 B
C
#ifndef _SWAY_CONTAINER_H
|
|
#define _SWAY_CONTAINER_H
|
|
|
|
#include "layout.h"
|
|
|
|
void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);
|
|
|
|
#endif
|