summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-02-01 10:43:28 +0100
committerDave Davenport <qball@gmpclient.org>2015-02-01 10:43:28 +0100
commit382b93ae03eb88791b3ef111bd1d6cc87daabb86 (patch)
treee6b211a1d69d1038d62c9f4da3a379064c02c323 /include/rofi.h
parent97c11d7d85b7b9865f18258a6cf5334586bc12d3 (diff)
Fix LLVM compiler warnings.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rofi.h b/include/rofi.h
index c55c4e89..e9eb5396 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -204,7 +204,7 @@ typedef struct _Settings
/** Height of an element in #chars */
int element_height;
/** Sidebar mode, show the switchers */
- int sidebar_mode;
+ unsigned int sidebar_mode;
/** Lazy filter limit. */
unsigned int lazy_filter_limit;
} Settings;