summaryrefslogtreecommitdiffstats
path: root/include
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:40:50 +0200
commit2ccc65ff5284c3f7344443e3ee0b7f38f207b235 (patch)
tree8bcb5e5b948ea3e83cfcc8b35be1e75f647e19e7 /include
parent865821f829e4307b84da55c4576020de50d071e1 (diff)
Add some ui benchmark code
Diffstat (limited to 'include')
-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;