diff options
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 |
