mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
static void
|
||||||
curses_draw_drawBoardArrow( DrawCtx* p_dctx, XP_Rect* rect,
|
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;
|
CursesDrawCtx* dctx = (CursesDrawCtx*)p_dctx;
|
||||||
#if 1
|
#if 1
|
||||||
|
|
Loading…
Reference in a new issue