mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
add missing param
This commit is contained in:
parent
d69662558c
commit
48f4caeb7a
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ curses_draw_drawTrayDivider( DrawCtx* p_dctx, XP_Rect* rect,
|
|||
|
||||
static void
|
||||
curses_draw_drawBoardArrow( DrawCtx* p_dctx, XP_Rect* rect,
|
||||
XWBonusType cursorBonus, XP_Bool vertical )
|
||||
XWBonusType cursorBonus, XP_Bool vertical,
|
||||
HintAtts hintAtts )
|
||||
{
|
||||
CursesDrawCtx* dctx = (CursesDrawCtx*)p_dctx;
|
||||
#if 1
|
||||
|
|
Loading…
Reference in a new issue