summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2022-02-27 10:37:15 +0100
committerN-R-K <79544946+N-R-K@users.noreply.github.com>2022-03-02 10:32:35 +0100
commitbdd9521bf3ea86b3cd83b070728b58227d821ff8 (patch)
tree7b1477795d14afb1c85a804dc87b51c90baf2546 /config.def.h
parentd9db7d76b44e7d5c9bc48934d8b4e441104d3edc (diff)
downloadnsxiv-bdd9521bf3ea86b3cd83b070728b58227d821ff8.tar.zst
code-style: slight cleanups
* put TOP_STATUSBAR under the HAVE_LIBFONTS guard * change get_win_title param to take unsigned char ptr * init UTF8_STRING like other atoms
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 65837bf..1e102fe 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,10 +14,10 @@ static const char *DEFAULT_MARK_COLOR = NULL; /* NULL means it will default to
static const char *DEFAULT_BAR_BG = NULL; /* NULL means it will default to window background */
static const char *DEFAULT_BAR_FG = NULL; /* NULL means it will default to window foreground */
static const char *DEFAULT_FONT = "monospace-8";
-#endif
/* if true, statusbar appears on top of the window */
static const bool TOP_STATUSBAR = false;
+#endif /* HAVE_LIBFONTS */
#endif
#ifdef _IMAGE_CONFIG