diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index cf16eef..a7a6203 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -659,7 +659,7 @@ struct plugin_api { /* menu */ int (*do_menu)(const struct menu_item_ex *menu, int *start_selected, - struct viewport parent[NB_SCREENS], bool hide_bars); + struct viewport parent[NB_SCREENS], bool hide_theme); /* scroll bar */ struct gui_syncstatusbar *statusbars; |