diff options
Diffstat (limited to 'src/screen.h')
-rw-r--r-- | src/screen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index f49ac82d1..54d37dd58 100644 --- a/src/screen.h +++ b/src/screen.h @@ -65,6 +65,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 + typedef struct screen_functions { void (*init)(WINDOW *w, int cols, int rows); |