diff options
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); |
