This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6796 - Put ymargin into scrollinfo
Attached to Project:
Rockbox
Opened by Max Weninger (maxwen) - Sunday, 11 March 2007, 08:28 GMT+2
Last edited by Paul Louden (Llorean) - Wednesday, 16 January 2008, 15:22 GMT+2
Opened by Max Weninger (maxwen) - Sunday, 11 March 2007, 08:28 GMT+2
Last edited by Paul Louden (Llorean) - Wednesday, 16 January 2008, 15:22 GMT+2
|
Detailsymargin should be put into scrollinfo like xmargin in startx
so that the scroll_thread becomes independent of any ymargin changes in the rest of the code during runtime Tested on X5 and simulators for H120 and IPod Nano |
This task depends upon
Closed by Paul Louden (Llorean)
Wednesday, 16 January 2008, 15:22 GMT+2
Reason for closing: Rejected
Additional comments about closing: See viewports.
Wednesday, 16 January 2008, 15:22 GMT+2
Reason for closing: Rejected
Additional comments about closing: See viewports.
CC drivers/lcd-16bit.c
drivers/lcd-16bit.c: In function ‘lcd_puts_customline_scroll_style_offset’:
drivers/lcd-16bit.c:1044: error: ‘struct scrollinfo’ has no member named ‘y_margin’
drivers/lcd-16bit.c: In function ‘lcd_puts_scroll_style_offset’:
drivers/lcd-16bit.c:1125: error: ‘struct scrollinfo’ has no member named ‘y_margin’
drivers/lcd-16bit.c: In function ‘lcd_scroll_fn’:
drivers/lcd-16bit.c:1180: error: ‘struct scrollinfo’ has no member named ‘y_margin’
make[1]: *** [/home/diablo/rockbox/sim/firmware/drivers/lcd-16bit.o] Error 1
make: *** [build] Fehler 2
This also happens when I apply ymargin as a single patch.