change return type of draw_boardBegin

This commit is contained in:
ehouse 2004-02-13 04:45:19 +00:00
parent 95f7452b35
commit 6940f21009

View file

@ -54,8 +54,8 @@ typedef struct DrawCtxVTable {
void (*m_draw_destroyCtxt)( DrawCtx* dctx );
void (*m_draw_boardBegin)( DrawCtx* dctx, XP_Rect* rect,
XP_Bool hasfocus );
XP_Bool (*m_draw_boardBegin)( DrawCtx* dctx, XP_Rect* rect,
XP_Bool hasfocus );
void (*m_draw_boardFinished)( DrawCtx* dctx );
XP_Bool (*m_draw_vertScrollBoard)(DrawCtx* dctx, XP_Rect* rect,