eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/wxwin/gfxboard.h [antoine-1]


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

Index: eliot/wxwin/gfxboard.h
diff -u eliot/wxwin/gfxboard.h:1.4.2.1 eliot/wxwin/gfxboard.h:1.4.2.2
--- eliot/wxwin/gfxboard.h:1.4.2.1      Sun Oct 23 17:10:46 2005
+++ eliot/wxwin/gfxboard.h      Sun Oct 23 20:58:21 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: gfxboard.h,v 1.4.2.1 2005/10/23 17:10:46 afrab Exp $ */
-
 /**
  *  \file   gfxboard.h
  *  \brief  Game board graphical view
@@ -54,9 +52,9 @@
 
     /**
      * size in pixels for the board.
-     * board_size = min(width,height) 
+     * board_size = min(width,height)
      */
-    int board_size; 
+    int board_size;
 
     /**
      * tile_size = size in pixels of a tile
@@ -81,7 +79,7 @@
      * Board bitmap, created by CreateBMP
      */
     wxBitmap *bmp;
-    
+
     void CreateBMP();
     void DrawTileBack(wxDC*,int,int,int, bool testtile);
     void DrawTile(wxDC*,wxString&,int,int,bool testtile = false, bool 
drawtileback = false);
@@ -94,7 +92,7 @@
 
     GfxBoard(wxFrame* parent, Game& game);
     ~GfxBoard(void);
-    
+
     void OnPaint (wxPaintEvent& event);
     void OnSize  (wxSizeEvent&  event);
 




reply via email to

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