aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/workspace.h
blob: 04b2ea4ef24e8b35c431f3cc10db07d2a92e2868 (plain) (blame)
1
2
3
4
5
6
#ifndef _SWAY_WORKSPACE_H
#define _SWAY_WORKSPACE_H

char *workspace_next_name(const char *output_name);

#endif