fix to use new API. (this and prev checkin via terminal app on phone :-)

This commit is contained in:
ehouse 2009-11-19 02:26:38 +00:00
parent 3d6b43f032
commit b8e7cd411f
2 changed files with 4 additions and 1 deletions

View file

@ -111,6 +111,8 @@ curses_draw_trayBegin( DrawCtx* XP_UNUSED(p_dctx),
static void
curses_draw_scoreBegin( DrawCtx* p_dctx, const XP_Rect* rect,
XP_U16 XP_UNUSED(numPlayers),
const XP_S16* const XP_UNUSED(scores),
XP_S16 XP_UNUSED(remCount),
DrawFocusState XP_UNUSED(dfs) )
{
CursesDrawCtx* dctx = (CursesDrawCtx*)p_dctx;

View file

@ -701,7 +701,8 @@ gtk_draw_drawBoardArrow( DrawCtx* p_dctx, const XP_Rect* rectP,
static void
gtk_draw_scoreBegin( DrawCtx* p_dctx, const XP_Rect* rect,
XP_U16 XP_UNUSED(numPlayers),
DrawFocusState dfs )
const XP_S16* const XP_UNUSED(scores),
XP_S16 XP_UNUSED(remCount), DrawFocusState dfs )
{
GtkDrawCtx* dctx = (GtkDrawCtx*)p_dctx;