Skip to content

theme, frames: Use surface device scale instead of cairo_scale

Marco Trevisan requested to merge 3v1n0/mutter:theme-use-device-scale into master

Gtk now is caching the themed cairo surfaces, then as per commit gtk@e36b629c the surface device scale is used to figure out the current paint scaling.

Without this when using background-image's for window buttons the -gtk-scaled icons isn't properly resized.

Fixes #99 (closed)

Edited by Marco Trevisan

Merge request reports