list_window: converted "flags" to one "bool" variable
commitb512802eb2babc879a109d16ce4a32b2fb1c22ef
authorMax Kellermann <max@duempel.org>
Thu, 27 Nov 2008 17:05:28 +0000 (27 18:05 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 27 Nov 2008 17:05:28 +0000 (27 18:05 +0100)
treea2e28c2541ebb03e0254ab0d2f18c6cf35286f7b
parent45352152fbdcac20b39161069406ad6d5288bd98
list_window: converted "flags" to one "bool" variable

Currently, there is only one known list_window flag ("hide_cursor").
Replace the "flags" bit field with a boolean variable.  If we run out
of space some day, we can convert that to bool:1.
src/list_window.c
src/list_window.h
src/screen_help.c
src/screen_lyrics.c
src/screen_play.c
src/screen_search.c
src/screen_song.c