#include <screen_interface.h>
◆ init
void(* screen_functions::init) (WINDOW *w, unsigned cols, unsigned rows) |
◆ exit
void(* screen_functions::exit) (void) |
◆ open
void(* screen_functions::open) (struct mpdclient *c) |
◆ close
void(* screen_functions::close) (void) |
◆ resize
void(* screen_functions::resize) (unsigned cols, unsigned rows) |
◆ paint
void(* screen_functions::paint) (void) |
◆ update
void(* screen_functions::update) (struct mpdclient *c) |
◆ cmd
Handle a command.
- Returns
- true if the command should not be handled by the ncmpc core.
◆ get_title
const char*(* screen_functions::get_title) (char *s, size_t size) |
The documentation for this struct was generated from the following file: