freemyipod r707 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r706‎ | r707 | r708 >
Date:21:58, 24 April 2011
Author:theseven
Status:new
Tags:
Comment:
iPod Nano 2G boot menu: Fix a small graphics glitch
Modified paths:
  • /apps/bootmenu-ipodnano2g/main.c (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodnano2g/main.c
@@ -540,9 +540,9 @@
541541 struct chooser_renderer_iconflow_itemdata mainchooser_rparams_toolchooser =
542542 {
543543 .icon = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 44), LIBUI_POINT(0, 75)),
544 - LIBUI_POINT(44, 48)),
 544+ LIBUI_POINT(44, 47)),
545545 .icon_selected = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 44), LIBUI_POINT(0, 75)),
546 - LIBUI_POINT(44, 48)),
 546+ LIBUI_POINT(44, 47)),
547547 .text = "Tools",
548548 .text_color = 0xffffcccc,
549549 };