diff options
| -rw-r--r-- | dwm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1666,9 +1666,8 @@ setup(void) cursor[CurMove] = drw_cur_create(drw, XC_fleur); /* init appearance */ scheme = ecalloc(LENGTH(colors), sizeof(Clr *)); - for (i = 0; i < LENGTH(colors); i++) { + for (i = 0; i < LENGTH(colors); i++) scheme[i] = drw_scm_create(drw, colors[i], 5); - } /* init mouse */ if (mouse_default == 0) { |
