mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
juggle until something changes. This is better than there sometimes being
no change, until I figure out how to force drawing as on Palm.
This commit is contained in:
parent
3188946364
commit
c9abae4abd
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,8 @@ handle_robot_toggled( GtkWidget* item, GtkNewGameState* state )
|
|||
static void
|
||||
handle_juggle( GtkWidget* item, GtkNewGameState* state )
|
||||
{
|
||||
newg_juggle( state->newGameCtxt );
|
||||
while ( !newg_juggle( state->newGameCtxt ) ) {
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef XWFEATURE_STANDALONE_ONLY
|
||||
|
|
Loading…
Reference in a new issue