mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
fix some comments
This commit is contained in:
parent
ee620a3e37
commit
8a7029435c
1 changed files with 2 additions and 2 deletions
|
@ -1521,14 +1521,14 @@ model_setTrayListener( ModelCtxt* model, TrayListener tl, void* data )
|
|||
{
|
||||
model->vol.trayListenerFunc = tl;
|
||||
model->vol.trayListenerData = data;
|
||||
} /* model_setBoardListener */
|
||||
} /* model_setTrayListener */
|
||||
|
||||
void
|
||||
model_setDictListener( ModelCtxt* model, DictListener dl, void* data )
|
||||
{
|
||||
model->vol.dictListenerFunc = dl;
|
||||
model->vol.dictListenerData = data;
|
||||
} /* model_setBoardListener */
|
||||
} /* model_setDictListener */
|
||||
|
||||
static void
|
||||
notifyBoardListeners( ModelCtxt* model, XP_U16 turn, XP_U16 col, XP_U16 row,
|
||||
|
|
Loading…
Add table
Reference in a new issue