Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-02 | configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREEN | Max Kellermann | 1 | -1/+1 | |
Everybody who uses the ENABLE_ macros has to include ncmpc.h. We're better off defining those in config.h via configure.ac. | |||||
2008-09-25 | screen: removed screen.mode | Max Kellermann | 1 | -4/+1 | |
Everything is now managed with a pointer to the screen_functions struct. | |||||
2008-09-25 | screen: removed screen ids | Max Kellermann | 1 | -11/+0 | |
Finally remove all screen ids, they are not used anymore. | |||||
2008-09-25 | screen: pass screen_functions pointer to switch_screen_mode() | Max Kellermann | 1 | -4/+4 | |
Trying to get rid of the screen ids. A pointer to screen_functions is better for identifying a screen. | |||||
2008-09-25 | screen: moved code to screen_list.c | Max Kellermann | 1 | -0/+75 | |
Move the hard-coded screen list and everything which works with this array to screen_list.c. |