From 79b3e8700439d6fad13ce690b01d3d9e3e5dcdfd Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 31 Dec 2008 06:11:23 +0000 Subject: [PATCH] fix red git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19623 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/bitmap/list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 3b2f16db8c..074f72a179 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -296,9 +296,10 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list) int button = action_get_touchscreen_press(&x, &y); int line; struct screen *display = &screens[SCREEN_MAIN]; + int screen = display->screen_type; if (button == BUTTON_NONE) return ACTION_NONE; - if (x