freemyipod r681 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r680‎ | r681 | r682 >
Date:23:43, 30 March 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE boot menu for iPod Classic: Fix a graphics glitch
Modified paths:
  • /apps/bootmenu-ipodclassic/main.c (modified) (history)

Diff [purge]

Index: apps/bootmenu-ipodclassic/main.c
@@ -420,10 +420,10 @@
421421
422422 struct chooser_renderer_iconflow_itemdata mainchooser_rparams_toolchooser =
423423 {
424 - .icon = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 80), LIBUI_POINT(0, 135)),
425 - LIBUI_POINT(80, 85)),
426 - .icon_selected = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 80), LIBUI_POINT(0, 135)),
427 - LIBUI_POINT(80, 85)),
 424+ .icon = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 80), LIBUI_POINT(0, 136)),
 425+ LIBUI_POINT(80, 84)),
 426+ .icon_selected = LIBUI_SURFACE(LIBUI_LOCATION(LIBUI_BUFFER(NULL, 80), LIBUI_POINT(0, 136)),
 427+ LIBUI_POINT(80, 84)),
428428 .text = "Tools",
429429 .text_color = 0xffffcccc,
430430 };