mirror of
https://github.com/swaywm/sway
synced 2026-05-03 14:20:40 +02:00
257a0a7548
We never need a cairo context for anything here. Use
pango_cairo_font_map_get_default() and pango_font_map_create_context()
directly instead of bootstrapping via a nil cairo context.
Same as last commit, but just a cosmetic fix in this case since we don't
actually use the cairo context for anything
(cherry picked from commit dea166a27c)