summaryrefslogtreecommitdiffstats
path: root/apps/plugins/tagcache/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/tagcache/tagcache.c')
-rw-r--r--apps/plugins/tagcache/tagcache.c2
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;