Small fix for touchscreen-capable DAP's in display_logf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20114 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19f3d60cc0
commit
935fad7fd1
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ void display_logf(void) /* Doesn't return! */
|
|||
else if(button & LOGF_CLEAR)
|
||||
user_index = 0;
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
else if(button & BUTTON_TOUCH)
|
||||
else if(button & BUTTON_TOUCHSCREEN)
|
||||
{
|
||||
touch = button_get_data();
|
||||
|
||||
|
|
Loading…
Reference in a new issue