eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/wxwin/auxframes.cc [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/auxframes.cc [antoine-1]
Date: Sun, 23 Oct 2005 16:59:26 -0400

Index: eliot/wxwin/auxframes.cc
diff -u eliot/wxwin/auxframes.cc:1.12.2.1 eliot/wxwin/auxframes.cc:1.12.2.2
--- eliot/wxwin/auxframes.cc:1.12.2.1   Sun Oct 23 17:10:46 2005
+++ eliot/wxwin/auxframes.cc    Sun Oct 23 20:58:20 2005
@@ -17,8 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: auxframes.cc,v 1.12.2.1 2005/10/23 17:10:46 afrab Exp $ */
-
 /**
  *  \file   auxframes.cc
  *  \brief  Window Frames used in Eliot
@@ -41,6 +39,7 @@
 #include "dic.h"
 #include "dic_search.h"
 #include "training.h"
+#include "player.h"
 #include "game.h"
 
 #include "configdb.h"
@@ -348,7 +347,7 @@
     listbox->Show(TRUE);
 }
 
-void 
+void
 AuxFrameList::Refresh(refresh_t force)
 {
     //debug("    %s : Refresh start\n",(const char*)name.mb_str());
@@ -401,7 +400,7 @@
            return;
        }
     savedword = rack;
-    
+
     char buff[DIC_LETTERS][RES_7PL1_MAX][DIC_WORD_MAX];
     Dic_search_7pl1(game->getDic(), rack.c_str(), buff, 
config.getJokerPlus1());
 
@@ -444,7 +443,7 @@
     //debug("   BenjFrame::refresh : %s\n",word.c_str());
     char wordlist[RES_BENJ_MAX][DIC_WORD_MAX];
     Dic_search_Benj(game->getDic(), word.c_str(), wordlist);
-    
+
     wxString res[RES_BENJ_MAX];
     int resnum = 0;
     for (int i = 0; (i < RES_BENJ_MAX) && (wordlist[i][0]); i++)
@@ -571,7 +570,7 @@
 ResultFrame::Refresh(refresh_t WXUNUSED(force))
 {
     if (reslist != NULL)
-       {           
+       {
            reslist->Show(false);
            //debug("ResultFrame refresh\n");
            reslist->Refresh();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]