diff options
| author | Federico Angelilli <code@fedang.net> | 2024-02-08 12:40:56 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-02-08 12:40:56 +0100 |
| commit | a81b8b36afad38e93ab2051e26d21d6125a46eca (patch) | |
| tree | cfa3ff11138783f7a85c6658a3f3284269e9a366 /src/dwm.h | |
| parent | 09505cb480274bdc154c1b4ae3dd6988e56b4368 (diff) | |
Add dwm tags
Diffstat (limited to 'src/dwm.h')
| -rw-r--r-- | src/dwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ typedef struct DwmIpc DwmIpc; DwmIpc *dwm_create(State *state, const char *socket); +void dwm_register_tags(DwmIpc *dwm, Color color, Color selected, Color text_color, Color line_color); + void dwm_destroy(DwmIpc *dwm); #endif |
