diff options
Diffstat (limited to 'apps/plugins/tagcache/tagcache.c')
-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; |