1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-20 22:26:53 +01:00
sway-patched-tray-menu/include/sway/workspace.h

7 lines
113 B
C
Raw Normal View History

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