]> git.mdlowis.com Git - proto/labwc.git/commit
icon-loader: load SVG icons at max scale of any usable output
authorJohn Lindgren <john@jlindgren.net>
Mon, 7 Oct 2024 01:24:34 +0000 (21:24 -0400)
committerJohn Lindgren <john@jlindgren.net>
Mon, 7 Oct 2024 01:24:34 +0000 (21:24 -0400)
commitddfaae98adfa3aaf74045c4142fd427c545d8cbf
treea8f5e1d0c03829d55d544f857b9d6ac241763495
parenta5d89a2e4c610b5ed51011a49815d8466ac46643
icon-loader: load SVG icons at max scale of any usable output

- Add a new function to get the maximum scale of all usable outputs
- Pass the maximum output scale through to img_svg_load(), which
  ultimately calls cairo_surface_set_device_scale() before rendering
include/icon-loader.h
include/img/img-svg.h
include/labwc.h
src/icon-loader.c
src/img/img-svg.c
src/output.c
src/ssd/ssd-titlebar.c
src/theme.c