mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-30 22:23:28 +01:00
7 lines
113 B
C
7 lines
113 B
C
|
#ifndef _SWAY_WORKSPACE_H
|
||
|
#define _SWAY_WORKSPACE_H
|
||
|
|
||
|
char *workspace_next_name(const char *output_name);
|
||
|
|
||
|
#endif
|