mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
add draw_boardBegin (fix broken compile)
This commit is contained in:
parent
ce64f79cdd
commit
d41487150b
1 changed files with 6 additions and 0 deletions
|
@ -451,6 +451,12 @@ public class BoardView extends View implements DrawCtx, BoardHandler,
|
|||
}
|
||||
}
|
||||
|
||||
public boolean boardBegin( Rect rect, int cellWidth, int cellHeight,
|
||||
int dfs )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean drawCell( final Rect rect, String text, int tile, int owner,
|
||||
int bonus, int hintAtts, final int flags )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue