[sword-cvs] swordreader/src/gui NavNumbers.cpp,1.7,1.8
sword at www.crosswire.org
sword at www.crosswire.org
Sun Jul 25 00:33:39 MST 2004
Committed by: jgorter
Update of /cvs/core/swordreader/src/gui
In directory www:/tmp/cvs-serv3483/gui
Modified Files:
NavNumbers.cpp
Log Message:
- increased performance by disabling a debugging statement
(updated the downloadable 0.9 version on the website too)
Index: NavNumbers.cpp
===================================================================
RCS file: /cvs/core/swordreader/src/gui/NavNumbers.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- NavNumbers.cpp 24 Jul 2004 19:21:25 -0000 1.7
+++ NavNumbers.cpp 25 Jul 2004 07:33:37 -0000 1.8
@@ -36,10 +36,10 @@
rt.right=RECT_SCREEN.right;
// to see if the whole screen gets filled
- rt.bottom=RECT_SCREEN.bottom;
- setBackground(0x00000000);
- drawText(&rt,UString(L"test"));
- setBackground();
+ //rt.bottom=RECT_SCREEN.bottom;
+ //setBackground(0x00000000);
+ //drawText(&rt,UString(L"test"));
+ //setBackground();
rt.bottom=ROW0;
clearRect(&rt);
More information about the sword-cvs
mailing list