mirror of
https://github.com/swaywm/sway.git
synced 2026-03-22 05:34:04 -04:00
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 |
||
|---|---|---|
| .. | ||
| cairo.c | ||
| gesture.c | ||
| ipc-client.c | ||
| list.c | ||
| log.c | ||
| loop.c | ||
| meson.build | ||
| pango.c | ||
| stringop.c | ||
| util.c | ||