summaryrefslogtreecommitdiffstats
path: root/sway/container.h
blob: d853661c361a2e7b7fe990c726f12c162fcc2114 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _SWAY_CONTAINER_H
#define _SWAY_CONTAINER_H

#include "layout.h"

void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *);

#endif