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
This commit is contained in:
NRK
2022-02-27 15:37:15 +06:00
committed by N-R-K
parent d9db7d76b4
commit bdd9521bf3
4 changed files with 8 additions and 8 deletions

View File

@ -380,6 +380,7 @@ enum {
ATOM__NET_WM_STATE,
ATOM__NET_WM_PID,
ATOM__NET_WM_STATE_FULLSCREEN,
ATOM_UTF8_STRING,
ATOM_COUNT
};