summaryrefslogtreecommitdiffstats
path: root/include/mode.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-24 22:13:19 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-24 22:13:19 +0100
commitc4b65d975c08862dfbdce2552e681c62ea79da2f (patch)
tree9e201b5c511c413fc55ae38cf69295b4b75cf8d6 /include/mode.h
parent0a9ae342bbd61f20a749e3db6bbf44da42bf077c (diff)
Cleanup unused type specifier.
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 fd899a56..90bae0f3 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -7,7 +7,7 @@
* The 'object' that makes a mode in rofi.
* @{
*/
-typedef struct _Mode Mode;
+typedef struct rofi_mode Mode;
/**
* Enum used to sum the possible states of ROFI.