aboutsummaryrefslogtreecommitdiff
path: root/src/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dwm.h')
-rw-r--r--src/dwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dwm.h b/src/dwm.h
index eab8ddb..be016e6 100644
--- a/src/dwm.h
+++ b/src/dwm.h
@@ -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