summaryrefslogtreecommitdiff
path: root/apps/plugins/reversi
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/reversi')
-rw-r--r--apps/plugins/reversi/reversi-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c
index 5b5705c7df..e25aa5fe3e 100644
--- a/apps/plugins/reversi/reversi-gui.c
+++ b/apps/plugins/reversi/reversi-gui.c
@@ -688,7 +688,7 @@ enum plugin_status plugin_start(const void *parameter) {
688 688
689 /* The touchscreen buttons can act as true buttons so OR them in */ 689 /* The touchscreen buttons can act as true buttons so OR them in */
690#ifdef HAVE_TOUCHSCREEN 690#ifdef HAVE_TOUCHSCREEN
691 button |= touchbutton_get(reversi_buttons, button, TOUCHBUTTON_COUNT); 691 button |= touchbutton_check_button(button, reversi_buttons, TOUCHBUTTON_COUNT);
692#endif 692#endif
693 693
694 /* All of these button presses wait for the release event */ 694 /* All of these button presses wait for the release event */