Code

revert to black and white cursors
[inkscape.git] / src / libavoid / graph.cpp
index 9b1d602bea2cd4b875363289f265cec1c73c2bf4..05b59a79d71b0bc06f3e084fe167ea3f7c96ad5c 100644 (file)
@@ -340,7 +340,7 @@ int EdgeInf::firstBlocker(void)
         VertID kID = k->id;
         if ((ss.find(kID.objID) != ss.end()))
         {
-            uint shapeID = kID.objID;
+            unsigned int shapeID = kID.objID;
             db_printf("Endpoint is inside shape %u so ignore shape edges.\n",
                     kID.objID);
             // One of the endpoints is inside this shape so ignore it.
@@ -914,7 +914,7 @@ void printInfo(void)
     fprintf(fp, "\nVisibility Graph info:\n");
     fprintf(fp, "----------------------\n");
 
-    uint currshape = 0;
+    unsigned int currshape = 0;
     int st_shapes = 0;
     int st_vertices = 0;
     int st_endpoints = 0;