|
From: Andre R. <and...@us...> - 2004-11-28 21:01:57
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26261 Modified Files: wpengine.c Log Message: Rolled back accidental deletion in rev 1.4 that resulted in an unbalanced popbackcolor call in wpupdate [bug #1074719]. Index: wpengine.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/wpengine.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wpengine.c 28 Nov 2004 17:53:17 -0000 1.5 --- wpengine.c 28 Nov 2004 21:01:44 -0000 1.6 *************** *** 1848,1852 **** #ifdef gray3Dlook ! // pushbackcolor (&whitecolor); /*2004-11-28 aradke: balance popbackcolor below*/ #endif --- 1848,1854 ---- #ifdef gray3Dlook ! pushbackcolor (&whitecolor); ! ! eraserect (rcontent); #endif *************** *** 1864,1868 **** #ifdef gray3Dlook ! // popbackcolor (); #endif --- 1866,1870 ---- #ifdef gray3Dlook ! popbackcolor (); #endif |