summaryrefslogtreecommitdiff
path: root/apps/recorder/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/keyboard.c')
-rw-r--r--apps/recorder/keyboard.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 752e0369e9..9bbe529154 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -338,7 +338,7 @@ int kbd_input(char* text, int buflen)
338 } 338 }
339 339
340 char outline[256]; 340 char outline[256];
341#ifdef HAS_BUTTONBAR 341#ifdef HAVE_BUTTONBAR
342 struct gui_buttonbar buttonbar; 342 struct gui_buttonbar buttonbar;
343 bool buttonbar_config = global_settings.buttonbar; 343 bool buttonbar_config = global_settings.buttonbar;
344 344
@@ -712,7 +712,7 @@ int kbd_input(char* text, int buflen)
712 712
713 cur_blink = !cur_blink; 713 cur_blink = !cur_blink;
714 714
715#ifdef HAS_BUTTONBAR 715#ifdef HAVE_BUTTONBAR
716 /* draw the button bar */ 716 /* draw the button bar */
717 gui_buttonbar_set(&buttonbar, "Shift", "OK", "Del"); 717 gui_buttonbar_set(&buttonbar, "Shift", "OK", "Del");
718 gui_buttonbar_draw(&buttonbar); 718 gui_buttonbar_draw(&buttonbar);
@@ -764,7 +764,7 @@ int kbd_input(char* text, int buflen)
764 FOR_NB_SCREENS(l) 764 FOR_NB_SCREENS(l)
765 screens[l].setfont(FONT_UI); 765 screens[l].setfont(FONT_UI);
766 766
767#ifdef HAS_BUTTONBAR 767#ifdef HAVE_BUTTONBAR
768 global_settings.buttonbar=buttonbar_config; 768 global_settings.buttonbar=buttonbar_config;
769#endif 769#endif
770 return -1; 770 return -1;
@@ -1230,7 +1230,7 @@ int kbd_input(char* text, int buflen)
1230 } 1230 }
1231 } 1231 }
1232 1232
1233#ifdef HAS_BUTTONBAR 1233#ifdef HAVE_BUTTONBAR
1234 global_settings.buttonbar = buttonbar_config; 1234 global_settings.buttonbar = buttonbar_config;
1235#endif 1235#endif
1236 1236