summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 67c0f3055d..ebb915e0bc 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -651,7 +651,9 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button)
651 651
652#ifdef LIST_PGRIGHT 652#ifdef LIST_PGRIGHT
653 case LIST_PGRIGHT: 653 case LIST_PGRIGHT:
654#if !(LIST_PGRIGHT & BUTTON_REPEAT)
654 case LIST_PGRIGHT | BUTTON_REPEAT: 655 case LIST_PGRIGHT | BUTTON_REPEAT:
656#endif
655#ifdef LIST_RC_PGRIGHT 657#ifdef LIST_RC_PGRIGHT
656 case LIST_RC_PGRIGHT: 658 case LIST_RC_PGRIGHT:
657 case LIST_RC_PGRIGHT | BUTTON_REPEAT: 659 case LIST_RC_PGRIGHT | BUTTON_REPEAT:
@@ -663,7 +665,9 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists, unsigned button)
663 665
664#ifdef LIST_PGLEFT 666#ifdef LIST_PGLEFT
665 case LIST_PGLEFT: 667 case LIST_PGLEFT:
668#if !(LIST_PGLEFT & BUTTON_REPEAT)
666 case LIST_PGLEFT | BUTTON_REPEAT: 669 case LIST_PGLEFT | BUTTON_REPEAT:
670#endif
667#ifdef LIST_RC_PGLEFT 671#ifdef LIST_RC_PGLEFT
668 case LIST_RC_PGLEFT: 672 case LIST_RC_PGLEFT:
669 case LIST_RC_PGLEFT | BUTTON_REPEAT: 673 case LIST_RC_PGLEFT | BUTTON_REPEAT: