Align compile-time color options with X resource colors
Two colors are more than enough!
This commit is contained in:
2
image.c
2
image.c
@ -497,7 +497,7 @@ void img_render(img_t *img)
|
||||
}
|
||||
imlib_image_put_back_data(data);
|
||||
} else {
|
||||
c = win->fullscreen ? win->fscol.pixel : win->bgcol.pixel;
|
||||
c = win->fullscreen ? win->black.pixel : win->bg.pixel;
|
||||
imlib_context_set_color(c >> 16 & 0xFF, c >> 8 & 0xFF, c & 0xFF, 0xFF);
|
||||
imlib_image_fill_rectangle(0, 0, dw, dh);
|
||||
}
|
||||
|
Reference in New Issue
Block a user