forked from len0rd/rockbox
pegbox, sliding_puzzle, sokoban, solitaire, sudoku, and superdom: Add support for vertical strides
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1baf5c9463
commit
cdafa3e498
6 changed files with 37 additions and 27 deletions
|
@ -62,7 +62,7 @@ char buf[255];
|
|||
/* These parameters define the piece image dimensions, Stride is the total width
|
||||
* of the bitmap.
|
||||
*/
|
||||
#define ICON_STRIDE BMPWIDTH_superdom_boarditems
|
||||
#define ICON_STRIDE STRIDE(BMPWIDTH_superdom_boarditems, BMPHEIGHT_superdom_boarditems)
|
||||
#define ICON_HEIGHT (BMPHEIGHT_superdom_boarditems/6)
|
||||
#define ICON_WIDTH (BMPWIDTH_superdom_boarditems/2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue