diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-28 15:30:38 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-28 15:30:38 +0200 |
commit | 4153afe55440fdc3841d38d5feaf88937add74b7 (patch) | |
tree | cea6c98cd169a66ddeb159d07375f61a6a3a6d17 /includes/hardinfo.h | |
parent | 3a21342979308eae15eb00a48aa9a2147d7db60e (diff) |
FIX focuslost, missing status updates, benchmark aborting improved
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r-- | includes/hardinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index b4d70de0..e99d14a0 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -57,7 +57,7 @@ struct _ProgramParameters { gint skip_benchmarks; gint quiet; gint theme; - + gint aborting_benchmarks; /* * OK to use the common parts of HTML(4.0) and Pango Markup * in the value part of a key/value. |