swayfx/include/sway/workspace.h

7 lines
113 B
C
Raw Normal View History

2017-11-23 12:39:27 +11:00
#ifndef _SWAY_WORKSPACE_H
#define _SWAY_WORKSPACE_H
char *workspace_next_name(const char *output_name);
#endif