diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 1aa2ce5ab..e6f0ee7a1 100644 --- a/src/screen.h +++ b/src/screen.h @@ -82,6 +82,9 @@ void screen_idle(mpdclient_t *c); void screen_cmd(mpdclient_t *c, command_t cmd); gint screen_get_id(const char *name); +void +screen_switch(const struct screen_functions *sf, struct mpdclient *c); + gboolean screen_is_visible(const struct screen_functions *sf); |