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 e4de9235..6ba18702 100644 --- a/hardinfo2/report.h +++ b/hardinfo2/report.h @@ -42,6 +42,8 @@ struct _ReportContext { void (*keyvalue) (ReportContext *ctx, gchar *key, gchar *value); ReportFormat format; + + gboolean is_image_enabled; }; struct _ReportDialog { |