render: use output's subpixel mode when rasterizing glyphs

This commit is contained in:
Daniel Eklöf 2020-04-20 18:37:59 +02:00
parent 4ca6e760f2
commit 6f83ef81e5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 79 additions and 1 deletions

View file

@ -60,6 +60,7 @@ struct monitor {
int scale;
float refresh;
enum wl_output_subpixel subpixel;
char *make;
char *model;