swaybar, swaylock, & tree/container: Set cairo font options to render text and lines with subpixel hinting (if available).

This commit is contained in:
Geoff Greer 2018-09-20 20:37:08 -07:00
parent eae42606e2
commit c495164f60
9 changed files with 53 additions and 5 deletions

View file

@ -82,6 +82,7 @@ struct swaylock_surface {
bool frame_pending, dirty;
uint32_t width, height;
int32_t scale;
enum wl_output_subpixel subpixel;
char *output_name;
struct wl_list link;
};