Subversion Repositories freemyipod

Rev

Rev 671 | Rev 764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 671 Rev 707
Line 538... Line 538...
538
}
538
}
539
 
539
 
540
struct chooser_renderer_iconflow_itemdata mainchooser_rparams_toolchooser =
540
struct chooser_renderer_iconflow_itemdata mainchooser_rparams_toolchooser =
541
{
541
{
542
    .icon = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 44), LIBUI_POINT(0, 75)),
542
    .icon = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 44), LIBUI_POINT(0, 75)),
543
                          LIBUI_POINT(44, 48)),
543
                          LIBUI_POINT(44, 47)),
544
    .icon_selected = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 44), LIBUI_POINT(0, 75)),
544
    .icon_selected = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 44), LIBUI_POINT(0, 75)),
545
                                   LIBUI_POINT(44, 48)),
545
                                   LIBUI_POINT(44, 47)),
546
    .text = "Tools",
546
    .text = "Tools",
547
    .text_color = 0xffffcccc,
547
    .text_color = 0xffffcccc,
548
};
548
};
549
 
549
 
550
static void run_toolchooser(void** firmware, void** app, int* size)
550
static void run_toolchooser(void** firmware, void** app, int* size)