aboutsummaryrefslogtreecommitdiff
path: root/src/dwm.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-15 20:38:34 +0100
committerFederico Angelilli <code@fedang.net>2024-03-15 20:38:34 +0100
commit1deadc4ac7901e1bc8f2047df580e1c14d7a0144 (patch)
treeb176f5374f0be400df9c2fd7a1ceacee75aa6004 /src/dwm.h
parentb84dd0ebddd7a40f7adc427ac85e3a65134e30be (diff)
Start reworking draw_paint and add per-button line width
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);