From e51f37f52c4452be1c2cacf5969e6d754eaecc70 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 30 Aug 2024 19:29:53 -0500 Subject: Put passphrase on main window --- src/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index efe7335..0e5137a 100644 --- a/src/screen.h +++ b/src/screen.h @@ -215,7 +215,7 @@ int init_slotholder(struct slotholder *slots); int init_custom_menu_format(WINDOW *menuholder, MENU *menu, const int fmtdim[2], Menu_Options toggleon, Menu_Options toggleoff); // Create the vx-gambleground banner -WINDOW* create_banner(int col, int randomnum); +WINDOW* create_banner(int col, int randomnum, const char *passphrase); // Deal with menu items when a user hits enter int handle_menuitem(MENU *menu, struct params *params); -- cgit v1.2.3