diff options
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/internal.h b/lib/internal.h index 5291b56..52d4125 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -274,6 +274,11 @@ struct bm_menu { enum bm_filter_mode filter_mode; /** + * Current Scrollbar display mode. + */ + enum bm_scrollbar_mode scrollbar; + + /** * Should selection be wrapped? */ bool wrap; @@ -287,11 +292,6 @@ struct bm_menu { * Is menu grabbed? */ bool grabbed; - - /** - * Scrollbar enabled? - */ - bool scrollbar; }; /* library.c */ |