diff options
author | William Wilgus <wilgus.william@gmail.com> | 2023-10-05 22:33:01 -0400 |
---|---|---|
committer | William Wilgus <wilgus.william@gmail.com> | 2023-10-05 22:33:01 -0400 |
commit | f3baff762ae3e354c5e7a6c361f1f21190a1ab1a (patch) | |
tree | 177cd2c136447d4363cce42d4a234970f8e76df3 | |
parent | f671c3339e753bf2a03099b749772129580ba81d (diff) | |
download | rockbox-f3baff762a.tar.gz rockbox-f3baff762a.zip |
[FixRed] db_commit add rb-> to plugin function
Change-Id: I9c47142c0075df47149805ec87effc6ee0b94a24
-rw-r--r-- | apps/plugins/tagcache/tagcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/tagcache/tagcache.c b/apps/plugins/tagcache/tagcache.c index f86c10d3dd..55ca2e2695 100644 --- a/apps/plugins/tagcache/tagcache.c +++ b/apps/plugins/tagcache/tagcache.c @@ -545,7 +545,7 @@ static void thread(void) short x, y; static int prev_y; - action = action_get_touchscreen_press(&x, &y); + action = rb->action_get_touchscreen_press(&x, &y); if(action & BUTTON_REL) prev_y = 0; |