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, 1 insertions, 1 deletions
diff --git a/src/dwm.h b/src/dwm.h
index 566360f..2ce055c 100644
--- a/src/dwm.h
+++ b/src/dwm.h
@@ -21,7 +21,7 @@ typedef struct {
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_register_tags(DwmIpc *dwm, Color color, Color selected, Color text_color);
void dwm_destroy(DwmIpc *dwm);