summaryrefslogtreecommitdiffstats
path: root/nsxiv.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 /nsxiv.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 'nsxiv.h')
-rw-r--r--nsxiv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsxiv.h b/nsxiv.h
index afa657f..a60f028 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -380,6 +380,7 @@ enum {
ATOM__NET_WM_STATE,
ATOM__NET_WM_PID,
ATOM__NET_WM_STATE_FULLSCREEN,
+ ATOM_UTF8_STRING,
ATOM_COUNT
};