1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-16 15:41:47 +01:00
sway-patched-tray-menu/include/sway/workspace.h
2017-11-22 20:39:50 -05:00

6 lines
113 B
C

#ifndef _SWAY_WORKSPACE_H
#define _SWAY_WORKSPACE_H
char *workspace_next_name(const char *output_name);
#endif