From b3a4ac306e469afb2f8f02f691b94cb6affac394 Mon Sep 17 00:00:00 2001 From: eehouse Date: Sun, 21 Mar 2010 03:10:29 +0000 Subject: [PATCH] actually do something (on the gtk side at least) when -S param is passed. --- xwords4/linux/gtkmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/linux/gtkmain.c b/xwords4/linux/gtkmain.c index 3f065b27b..920b987c7 100644 --- a/xwords4/linux/gtkmain.c +++ b/xwords4/linux/gtkmain.c @@ -1278,6 +1278,7 @@ gtk_util_hiliteCell( XW_UtilCtxt* uc, XP_U16 col, XP_U16 row ) board_hiliteCellAt( globals->cGlobals.game.board, col, row ); if ( globals->cGlobals.params->sleepOnAnchor ) { + usleep( 10000 ); } #ifdef DONT_ABORT_ENGINE