From: George H. <geo...@us...> - 2013-12-17 19:25:24
|
Update of /cvsroot/win32forth/win32forth/apps/Sudoku In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25360/apps/Sudoku Modified Files: Sudoku.f Log Message: Minor bug fixes and enhancements Index: Sudoku.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Sudoku/Sudoku.f,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Sudoku.f 17 Jan 2012 21:12:25 -0000 1.10 --- Sudoku.f 17 Dec 2013 19:25:21 -0000 1.11 *************** *** 1067,1074 **** WindowSettings entries \ Address Length Default Value Reg Type Reg Value Name ! Frame 12 + ( 4 ) 539 REG_DWORD RegEntry "WindowWidth" ! Frame 16 + 429 REG_DWORD RegEntry "WindowHeight" ! Frame 20 + 135 REG_DWORD RegEntry "WindowLeft" ! Frame 24 + 66 REG_DWORD RegEntry "WindowTop" EndEntries --- 1067,1074 ---- WindowSettings entries \ Address Length Default Value Reg Type Reg Value Name ! &of: Frame.Width ( 4 ) 539 REG_DWORD RegEntry "WindowWidth" ! &of: Frame.Height 429 REG_DWORD RegEntry "WindowHeight" ! &of: Frame.OriginX 135 REG_DWORD RegEntry "WindowLeft" ! &of: Frame.OriginY 66 REG_DWORD RegEntry "WindowTop" EndEntries |