Hi Sebastian,

Sebastian Götte <[email protected]> writes:
> I think even in single-monitor setups it is more sensible to center the
> image than to draw it on the top left corner of the screen. This is done
> in just two additional lines of code:
>> int x = ((w / 2) - (cairo_image_surface_get_width(bgimg) / 2));
>> int y = ((h / 2) - (cairo_image_surface_get_height(bgimg) / 2));
I don’t mind that centering. I mind the rest of the patch :). Feel free
to resubmit a patch which only adds centering. Note that -t conflicts
with that, so centering should not be used in that case.

-- 
Best regards,
Michael

Reply via email to