]> granicus.if.org Git - graphviz/commitdiff
nodeIntersect: take a C99 bool for 'explicit_tooltip'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Jan 2022 04:28:34 +0000 (20:28 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 12 Jan 2022 01:19:32 +0000 (17:19 -0800)
lib/common/emit.c

index 7ac7b3e3efa096f10ad26cc011c2a36ad6515f76..6e39f651b177cc0727aab9a100ecc7d725307036 100644 (file)
@@ -2734,7 +2734,7 @@ emit_edge_label(GVJ_t* job, textlabel_t* lbl, emit_state_t lkind, int explicit,
  * a hot spot around point p.
  */
 static void nodeIntersect(GVJ_t *job, pointf p, bool explicit_iurl, char *iurl,
-                          boolean explicit_itooltip) {
+                          bool explicit_itooltip) {
     obj_state_t *obj = job->obj;
     char* url;
     bool explicit;