From: George H. <geo...@us...> - 2013-07-13 21:31:40
|
Update of /cvsroot/win32forth/win32forth/src/gdi In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13236 Modified Files: gdiDC.f Log Message: Modified ExtFloodFill: as suggested by Dirk Bruehl. Index: gdiDC.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/gdi/gdiDC.f,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** gdiDC.f 26 Apr 2008 11:14:36 -0000 1.10 --- gdiDC.f 13 Jul 2013 21:31:38 -0000 1.11 *************** *** 1134,1138 **** \ ** encountered. This style is useful for filling areas with multicolored boundaries. swap GetObjectColor swap ! 4reverse hObject call BitBlt ?win-error ;M \ ---------------------------------------------------------------------- --- 1134,1138 ---- \ ** encountered. This style is useful for filling areas with multicolored boundaries. swap GetObjectColor swap ! 4reverse hObject call ExtFloodFill ?win-error ;M \ ---------------------------------------------------------------------- |