diff options
Diffstat (limited to 'src/screen_list.h')
-rw-r--r-- | src/screen_list.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen_list.h b/src/screen_list.h index e208a8bfe..63364c6c6 100644 --- a/src/screen_list.h +++ b/src/screen_list.h @@ -43,6 +43,10 @@ extern const struct screen_functions screen_keydef; #ifdef ENABLE_LYRICS_SCREEN extern const struct screen_functions screen_lyrics; #endif +#ifdef ENABLE_OUTPUTS_SCREEN +extern const struct screen_functions screen_outputs; +#endif + void screen_list_init(WINDOW *w, unsigned cols, unsigned rows); |