diff options
Diffstat (limited to 'hardinfo2/report.h')
-rw-r--r-- | hardinfo2/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/report.h b/hardinfo2/report.h index b7203c43..e4de9235 100644 --- a/hardinfo2/report.h +++ b/hardinfo2/report.h @@ -40,6 +40,8 @@ struct _ReportContext { void (*subtitle) (ReportContext *ctx, gchar *text); void (*subsubtitle) (ReportContext *ctx, gchar *text); void (*keyvalue) (ReportContext *ctx, gchar *key, gchar *value); + + ReportFormat format; }; struct _ReportDialog { |