diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 1bfb350a3..d858b709e 100644 --- a/src/options.h +++ b/src/options.h @@ -32,6 +32,7 @@ typedef struct gboolean visible_bell; gboolean enable_xterm_title; gboolean enable_mouse; + gboolean show_splash; } options_t; |