diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-15 20:38:34 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-15 20:38:34 +0100 |
| commit | 1deadc4ac7901e1bc8f2047df580e1c14d7a0144 (patch) | |
| tree | b176f5374f0be400df9c2fd7a1ceacee75aa6004 /src/dwm.h | |
| parent | b84dd0ebddd7a40f7adc427ac85e3a65134e30be (diff) | |
Start reworking draw_paint and add per-button line width
Diffstat (limited to 'src/dwm.h')
| -rw-r--r-- | src/dwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
