|
|
|
@ -236,7 +236,7 @@ void render_image(struct window *window, cairo_surface_t *image, enum scaling_mo
|
|
|
|
|
case SCALING_MODE_FILL:
|
|
|
|
|
{
|
|
|
|
|
double window_ratio = (double) wwidth / wheight;
|
|
|
|
|
double bg_ratio = wheight;
|
|
|
|
|
double bg_ratio = width / height;
|
|
|
|
|
|
|
|
|
|
if (window_ratio > bg_ratio) {
|
|
|
|
|
double scale = (double) wwidth / width;
|
|
|
|
|