diff options
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2288,7 +2288,7 @@ xresize(int col, int row) { | |||
| 2288 | void | 2288 | void |
| 2289 | xloadcols(void) { | 2289 | xloadcols(void) { |
| 2290 | int i, r, g, b; | 2290 | int i, r, g, b; |
| 2291 | XRenderColor color = { .alpha = 0 }; | 2291 | XRenderColor color = { .alpha = 0xffff }; |
| 2292 | 2292 | ||
| 2293 | /* load colors [0-15] colors and [256-LEN(colorname)[ (config.h) */ | 2293 | /* load colors [0-15] colors and [256-LEN(colorname)[ (config.h) */ |
| 2294 | for(i = 0; i < LEN(colorname); i++) { | 2294 | for(i = 0; i < LEN(colorname); i++) { |
