mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
catch up with API changes
This commit is contained in:
parent
1df75c20a0
commit
4c58ee9e2f
1 changed files with 3 additions and 2 deletions
|
@ -249,8 +249,9 @@ curses_draw_score_drawPlayer( DrawCtx* p_dctx, const XP_Rect* rInner,
|
|||
static XP_Bool
|
||||
curses_draw_drawCell( DrawCtx* p_dctx, const XP_Rect* rect,
|
||||
const XP_UCHAR* letter, XP_Bitmap bitmap,
|
||||
XP_S16 owner, XWBonusType bonus, HintAtts hintAtts,
|
||||
XP_Bool isBlank, XP_Bool highlight, XP_Bool isStar )
|
||||
Tile tile, XP_S16 owner, XWBonusType bonus,
|
||||
HintAtts hintAtts, XP_Bool isBlank, XP_Bool highlight,
|
||||
XP_Bool isStar )
|
||||
{
|
||||
CursesDrawCtx* dctx = (CursesDrawCtx*)p_dctx;
|
||||
XP_UCHAR loc[4];
|
||||
|
|
Loading…
Reference in a new issue