mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
These where used for line styling during scrolling, which is now done in apps/, The viewport struct doesn't need to record these anymore. Change-Id: I810d9dcb2644b00a798c6e75acab69c74a78e77f
This commit is contained in:
parent
deb6ac3693
commit
e1c7b3b8f7
11 changed files with 3 additions and 77 deletions
|
|
@ -188,9 +188,6 @@ static bool game_finished;
|
|||
* int drawmode- Modes defined in lcd.h
|
||||
* unsigned fg_pattern - foreground color
|
||||
* unsigned bg_pattern - backbround color
|
||||
* unsigned lss_pattern - Selector colors (currently unused)
|
||||
* unsigned lse_pattern - |
|
||||
* unsigned lst_pattern - \/
|
||||
*
|
||||
* The rest of the touch button elements are:
|
||||
* bool repeat - requires the area be held for the action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue