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