summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-08-30 19:29:53 -0500
committer@syxhe <https://t.me/syxhe>2024-08-30 19:29:53 -0500
commite51f37f52c4452be1c2cacf5969e6d754eaecc70 (patch)
tree6fc8c2124b9ab2f4a8c8e9bdd598c9d3021c00e7 /src/screen.h
parent80ed3fd818905cb08ad04abc166a4b2c936955e3 (diff)
Put passphrase on main window
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 1 insertions, 1 deletions
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);
215int init_custom_menu_format(WINDOW *menuholder, MENU *menu, const int fmtdim[2], Menu_Options toggleon, Menu_Options toggleoff); 215int init_custom_menu_format(WINDOW *menuholder, MENU *menu, const int fmtdim[2], Menu_Options toggleon, Menu_Options toggleoff);
216 216
217// Create the vx-gambleground banner 217// Create the vx-gambleground banner
218WINDOW* create_banner(int col, int randomnum); 218WINDOW* create_banner(int col, int randomnum, const char *passphrase);
219 219
220// Deal with menu items when a user hits enter 220// Deal with menu items when a user hits enter
221int handle_menuitem(MENU *menu, struct params *params); 221int handle_menuitem(MENU *menu, struct params *params);