summaryrefslogtreecommitdiffstats
path: root/include/mode.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-04-01 08:40:23 +0200
committerDave Davenport <qball@gmpclient.org>2016-04-01 08:40:23 +0200
commit0c7d1a6b177727384efb4b0479b9aceb279d1cdd (patch)
tree353fecf9c1d5a3aa8335317eea0b9c3f6b8a8f2a /include/mode.h
parent1b1f0158809eb8340221b9f460cd47f1310d0ef3 (diff)
Test config file before load, support ~/.config/rofi/theme and remove config_path global, fix loading dynamic options from /etc/rofi.conf
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h
index 90bae0f3..aaf38566 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -7,7 +7,7 @@
* The 'object' that makes a mode in rofi.
* @{
*/
-typedef struct rofi_mode Mode;
+typedef struct rofi_mode Mode;
/**
* Enum used to sum the possible states of ROFI.