aboutsummaryrefslogtreecommitdiff
path: root/src/dwm.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-02-08 12:40:56 +0100
committerFederico Angelilli <code@fedang.net>2024-02-08 12:40:56 +0100
commita81b8b36afad38e93ab2051e26d21d6125a46eca (patch)
treecfa3ff11138783f7a85c6658a3f3284269e9a366 /src/dwm.h
parent09505cb480274bdc154c1b4ae3dd6988e56b4368 (diff)
Add dwm tags
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