mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
add signalscreenchange() to vkeyboard
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78817421a2
commit
b8114738ec
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
* \/ \/ \/ \/ \/
|
* \/ \/ \/ \/ \/
|
||||||
* $Id$
|
* $Id$
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 by Björn Stenberg
|
* Copyright (C) 2002 by Bj<EFBFBD>n Stenberg
|
||||||
*
|
*
|
||||||
* All files in this archive are subject to the GNU General Public License.
|
* All files in this archive are subject to the GNU General Public License.
|
||||||
* See the file COPYING in the source tree root for full license agreement.
|
* See the file COPYING in the source tree root for full license agreement.
|
||||||
|
@ -429,6 +429,7 @@ int kbd_input(char* text, int buflen)
|
||||||
if (global_settings.talk_menu) /* voice UI? */
|
if (global_settings.talk_menu) /* voice UI? */
|
||||||
talk_spell(text, true); /* spell initial text */
|
talk_spell(text, true); /* spell initial text */
|
||||||
|
|
||||||
|
action_signalscreenchange();
|
||||||
while(!done)
|
while(!done)
|
||||||
{
|
{
|
||||||
len_utf8 = utf8length(text);
|
len_utf8 = utf8length(text);
|
||||||
|
@ -1001,6 +1002,7 @@ int kbd_input(char* text, int buflen)
|
||||||
cur_blink = true;
|
cur_blink = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
action_signalscreenchange();
|
||||||
#ifdef HAS_BUTTONBAR
|
#ifdef HAS_BUTTONBAR
|
||||||
global_settings.buttonbar=buttonbar_config;
|
global_settings.buttonbar=buttonbar_config;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue