diff options
author | Burt P <pburt0@gmail.com> | 2019-12-27 18:39:46 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-27 22:16:36 -0800 |
commit | e7dd39f9d227c5507e3789b18c7385bd3ea3cb8c (patch) | |
tree | f9b0e8115d8a2ab67f1d14f957879531459cd426 /includes | |
parent | 2d626b13c6180a1b3319c4dc9da57b4649063daa (diff) |
fmt_opts param for pango/html/text formatting
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/hardinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 24cf81a0..d8ff20d6 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -29,6 +29,7 @@ #include "vendor.h" #include "gettext.h" #include "info.h" +#include "format_early.h" #define HARDINFO_COPYRIGHT_LATEST_YEAR 2019 @@ -65,6 +66,7 @@ struct _ProgramParameters { * https://developer.gnome.org/pango/stable/PangoMarkupFormat.html */ gboolean markup_ok; + int fmt_opts; gint report_format; gint max_bench_results; |