aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/report.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-01 17:46:52 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-01 17:46:52 +0000
commit2ac586a621e9d20667838df367ce5c3b4b428500 (patch)
treed10aea126d631c3bb0675a1c97d333904236f85b /hardinfo2/report.h
parentefd445927ac141860f1875c3d4e5272991705593 (diff)
Cleanups.
Diffstat (limited to 'hardinfo2/report.h')
-rw-r--r--hardinfo2/report.h2
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 {