forked from len0rd/rockbox
Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and iPods - it is too large for the Archos plugin buffer)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ba4991cc19
commit
6e075ebc9e
3 changed files with 16 additions and 8 deletions
|
@ -292,7 +292,7 @@ struct cb_command cb_getcommand (void) {
|
|||
int button = BUTTON_NONE;
|
||||
int marked = false , from_marked = false ;
|
||||
short marked_x = 0 , marked_y = 0 ;
|
||||
struct cb_command result;
|
||||
struct cb_command result = { 0, {0,0,0,0,0}, 0 };
|
||||
|
||||
cb_switch ( x , y );
|
||||
/* main loop */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue