summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 370d698)
raw | patch | inline | side by side (parent: 370d698)
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Thu, 29 Dec 2011 21:04:13 +0000 (22:04 +0100) | ||
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Wed, 4 Jan 2012 17:48:06 +0000 (18:48 +0100) |
src/conf.c | patch | blob | history |
diff --git a/src/conf.c b/src/conf.c
index e5c5ab6d7f593fb820555bfdbd9bfc6b5dd59d82..cf87c005d508dd4700fdc9da0f665118b03c3ce3 100644 (file)
--- a/src/conf.c
+++ b/src/conf.c
#define CONF_SCROLL "scroll"
#define CONF_SCROLL_SEP "scroll-sep"
#define CONF_VISIBLE_BITRATE "visible-bitrate"
+#define CONF_HARDWARE_CURSOR "hardware-cursor"
#define CONF_WELCOME_SCREEN_LIST "welcome-screen-list"
#define CONF_DISPLAY_TIME "display-time"
#define CONF_JUMP_PREFIX_ONLY "jump-prefix-only"
/* wide cursor */
else if (!strcasecmp(CONF_WIDE_CURSOR, name))
options.wide_cursor = str2bool(value);
- else if (strcasecmp(name, "hardware-cursor") == 0)
+ else if (strcasecmp(name, CONF_HARDWARE_CURSOR) == 0)
options.hardware_cursor = str2bool(value);
/* welcome screen list */
else if (!strcasecmp(CONF_WELCOME_SCREEN_LIST, name))