Add hide_tool_bar config file setting

In preparation for toolbar implementation
This commit is contained in:
ts-korhonen
2022-01-09 16:46:44 +02:00
parent 65310e0141
commit 9a566a501c
4 changed files with 10 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ extern int update_icons;
extern int unscaled_size_x, /* current unscaled size X */
unscaled_size_y; /* current unscaled size Y */
extern int kbd_req_capture, hide_status_bar;
extern int kbd_req_capture, hide_status_bar, hide_tool_bar;
/* System-related functions. */
extern char *fix_exe_path(char *str);