mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
change return type of draw_boardBegin
This commit is contained in:
parent
95f7452b35
commit
6940f21009
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue