From bdd9521bf3ea86b3cd83b070728b58227d821ff8 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 27 Feb 2022 15:37:15 +0600 Subject: 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 --- nsxiv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsxiv.h') 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 }; -- cgit v1.2.3-54-g00ecf