[mapguide-commits] r9648 - sandbox/adsk/trunk/Oem/agg-2.4/include

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 17 21:45:10 PDT 2020


Author: christinebao
Date: 2020-06-17 21:45:09 -0700 (Wed, 17 Jun 2020)
New Revision: 9648

Modified:
   sandbox/adsk/trunk/Oem/agg-2.4/include/agg_scanline_boolean_algebra.h
Log:
Update some terms.

Modified: sandbox/adsk/trunk/Oem/agg-2.4/include/agg_scanline_boolean_algebra.h
===================================================================
--- sandbox/adsk/trunk/Oem/agg-2.4/include/agg_scanline_boolean_algebra.h	2020-03-10 06:48:31 UTC (rev 9647)
+++ sandbox/adsk/trunk/Oem/agg-2.4/include/agg_scanline_boolean_algebra.h	2020-06-18 04:45:09 UTC (rev 9648)
@@ -1159,7 +1159,7 @@
                                CombineSpansFunctor combine_spans)
     {
         // Prepare the scanline generators.
-        // Here "sg1" is master, "sg2" is slave.
+        // Here "sg1" is primary, "sg2" is secondary.
         //-----------------
         if(!sg1.rewind_scanlines()) return;
         bool flag2 = sg2.rewind_scanlines();
@@ -1191,7 +1191,7 @@
         bool flag1 = true;
         do
         {
-            // Synchronize "slave" with "master"
+            // Synchronize "secondary" with "primary"
             //-----------------
             while(flag2 && sl2.y() < sl1.y())
             {



More information about the mapguide-commits mailing list