mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
fix to use new API. (this and prev checkin via terminal app on phone :-)
This commit is contained in:
parent
3d6b43f032
commit
b8e7cd411f
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue