diff --git a/xwords4/linux/cursesdraw.c b/xwords4/linux/cursesdraw.c index a0953823f..a3a57109f 100644 --- a/xwords4/linux/cursesdraw.c +++ b/xwords4/linux/cursesdraw.c @@ -56,7 +56,7 @@ curses_draw_destroyCtxt( DrawCtx* p_dctx ) // CursesDrawCtx* dctx = (CursesDrawCtx*)p_dctx; } /* draw_setup */ -static void +static XP_Bool curses_draw_boardBegin( DrawCtx* p_dctx, XP_Rect* rect, XP_Bool hasfocus ) { CursesDrawCtx* dctx = (CursesDrawCtx*)p_dctx; @@ -65,6 +65,7 @@ curses_draw_boardBegin( DrawCtx* p_dctx, XP_Rect* rect, XP_Bool hasfocus ) } else { drawRect( dctx->boardWin, rect, '|', '-' ); } + return XP_TRUE; } /* draw_finish */ static void