summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-05-12 10:34:04 +0200
committerDave Davenport <qball@gmpclient.org>2020-05-12 10:34:04 +0200
commit7575c947882d89450201c7e8addcdae5a6a0e47f (patch)
tree3fefa698eba364c5e2dd6adca37e620826b55714 /include/settings.h
parent7d5bf35f3695408cfdf62f0d62f33f73dad37c94 (diff)
Add some ui benchmark codefbcomplete
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index b1f35e33..7c57080d 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -196,6 +196,9 @@ typedef struct
/** drun cache */
gboolean drun_use_desktop_cache;
gboolean drun_reload_desktop_cache;
+
+ /** Benchmark */
+ gboolean benchmark_ui;
} Settings;
/** Global Settings structure. */
extern Settings config;