diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-22 17:12:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-22 17:13:29 +0200 |
commit | 84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823 (patch) | |
tree | 5a275405ffffa4256894e0695f99cd0c71d5d312 /libfonts_decode_font_description.c | |
parent | Calculate logical subpixel order from transformation (diff) | |
download | libfonts-84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823.tar.gz libfonts-84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823.tar.bz2 libfonts-84c0c1ff3f9666adb632b8c87b4c2f7c54f5d823.tar.xz |
Fix EDID reading in libfonts_get_output_dpi and make it use the output transformation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libfonts_decode_font_description.c')
-rw-r--r-- | libfonts_decode_font_description.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libfonts_decode_font_description.c b/libfonts_decode_font_description.c index 83cf5c2..7a8591d 100644 --- a/libfonts_decode_font_description.c +++ b/libfonts_decode_font_description.c @@ -1,12 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "libfonts.h" -#include <ctype.h> -#include <errno.h> -#include <inttypes.h> -#include <stdint.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> +#include "common.h" #define LIST_FIELDS_EXCEPT_FINAL(X)\ X(foundry)\ |