]> granicus.if.org Git - graphviz/commitdiff
rename gvrender.h, gvrenderint.h to gvc.h, gvcint.h
authorellson <devnull@localhost>
Thu, 6 Jan 2005 15:17:11 +0000 (15:17 +0000)
committerellson <devnull@localhost>
Thu, 6 Jan 2005 15:17:11 +0000 (15:17 +0000)
19 files changed:
lib/common/arrows.c
lib/common/emit.c
lib/common/htmltable.h
lib/common/labels.c
lib/common/output.c
lib/common/psgen.c
lib/common/render.h
lib/common/shapes.c
lib/gvc/gvc.h [moved from lib/gvc/gvrender.h with 99% similarity]
lib/gvc/gvcint.h [moved from lib/gvc/gvrenderint.h with 100% similarity]
lib/gvc/gvconfig.c
lib/gvc/gvcontext.c
lib/gvc/gvemit.c
lib/gvc/gvjobs.c
lib/gvc/gvlayout.c
lib/gvc/gvplugin.c
lib/gvc/gvplugin_layout.h
lib/gvc/gvplugin_render.h
lib/gvc/gvrender.c

index 63f74b0de65955c9d4c1664010106382d399afda..7528a4ef8d4f92717ee4b496aae73969b03cf12f 100644 (file)
@@ -16,7 +16,7 @@
 
 
 #include       "render.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 
 #define sqr(a) ((double) (a) * (a))
 #define dstsq(a, b) (sqr (a.x - b.x) + sqr (a.y - b.y))
index 24811fa010ede0ef766cb0c07281b6ea45b8d369..d5e78787e421d26550d6ad93bf218e4542b528af 100644 (file)
@@ -22,7 +22,7 @@
 #include       "agxbuf.h"
 #include       "utils.h"
 #include       "htmltable.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 #include       <ctype.h>
 
 #ifdef QUARTZ_RENDER
index dcb3b77cee4278adf4c1f4bd584a57184f30e1d6..f01e2fe15d7a22f4908e43360d1d9787fad9bf54 100644 (file)
@@ -22,7 +22,7 @@ extern "C" {
 #define TABLE_H
 
 #include "render.h"
-#include "gvrender.h"
+#include "gvc.h"
 
 #define FIXED_FLAG 1
 #define HALIGN_RIGHT (1 << 1)
index 9ca39c54672f7505ebe3fe058c0284a11f9376bc..7924e0ef5e03e5bfbb183e58800529d43671e565 100644 (file)
@@ -16,7 +16,7 @@
 
 
 #include       "render.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 #include       "htmltable.h"
 #include       <limits.h>
 
index c37773e5a2217cc6365f0b4be0cb6548edaab5a8..10edada2dde2a1f73f6c2f84d4627bfe7921d446 100644 (file)
@@ -15,7 +15,7 @@
 **********************************************************/
 
 #include       "render.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 #include       "agxbuf.h"
 
 #ifndef DISABLE_CODEGENS
index 340b6d5b2b86b61c5a0ee4a1c8a6b87ca2d76afe..9f7291c1c1b29cfc53aba3e53c8431c27cf82802 100644 (file)
@@ -32,7 +32,7 @@
 #define        PDFMAX  3240            /*  Maximum size of Distiller's PDF canvas  */
 
 #include       "render.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 #include       "ps.h"
 #include       "utils.h"
 
index 5cb998f64d824c2761c215ee09877294391716ce..fa29d2336b9da8559ad234eb5eac08d9f160c87d 100644 (file)
@@ -55,7 +55,7 @@
 #include "graph.h"             /* must follow types.h */
 #include "globals.h"
 #include "renderprocs.h"
-#include "gvrender.h"
+#include "gvc.h"
 
 typedef struct epsf_s {
     int macro_id;
index b202ddde2f85706948df04a45cf8e881701f8cfc..44678d6c660f82f08e606b8ea997f0d1c991a5b8 100644 (file)
@@ -15,7 +15,7 @@
 **********************************************************/
 
 #include       "render.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 #include       "htmltable.h"
 #include       <limits.h>
 
similarity index 99%
rename from lib/gvc/gvrender.h
rename to lib/gvc/gvc.h
index 7f27f1f1c527291c7636a1aba22ef64040ffe12b..b99e0c95af5bba999e24b8b99751007d37f0f13b 100644 (file)
@@ -20,7 +20,7 @@
 #define GVRENDER_H
 
 #include "gvplugin.h"
-#include "gvrenderint.h"
+#include "gvcint.h"
 
 #ifdef __cplusplus
 extern "C" {
similarity index 100%
rename from lib/gvc/gvrenderint.h
rename to lib/gvc/gvcint.h
index 70564ab8133bb8d88dea99e99d42aee3eb974850..a879c448360095b633d49c3f76d261c612ebdfc0 100644 (file)
@@ -21,7 +21,7 @@
 #include        "config.h"
 #include        "types.h"
 #include        "macros.h"
-#include        "gvrender.h"
+#include        "gvc.h"
 
 /*
     A config for gvrender is a text file containing a
index bd868b431b8b3326850670e22dbd814f7605b38a..4feedc2be19f482d719fd899f7b047030ef136c5 100644 (file)
@@ -29,7 +29,7 @@
 #include       "types.h"
 #include       "macros.h"
 #include       "graph.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 
 /* from common/utils.c */
 extern void *zmalloc(size_t);
index c72dd370ee173e6877864c8b2444fd30c2d9f0f4..a49d3080ef676791b513b59a73b14878695a0574 100644 (file)
@@ -28,7 +28,7 @@
 #include "types.h"
 #include "macros.h"
 
-#include "gvrender.h"
+#include "gvc.h"
 
 extern void emit_graph(GVC_t * gvc, graph_t * g, int flags);
 
index 6b1f87a2feff00c042ea2938f6a09c8d18c7a87e..504a637226cb27b26f5c8a577cb3dfb546b07935 100644 (file)
@@ -20,7 +20,7 @@
 
 #include       "config.h"
 #include       "types.h"
-#include       "gvrender.h"
+#include       "gvc.h"
 
 /* from common/utils.c */
 extern void *zmalloc(size_t);
index 5050bd6d935f77ca5590b7c1bc6de26553a4213f..9e72b633ee3c71c124b817b9f15a6ba467291d1f 100644 (file)
@@ -30,7 +30,7 @@
 #include "macros.h"
 
 #include "gvplugin_layout.h"
-#include "gvrender.h"
+#include "gvc.h"
 
 int gvlayout_select(GVC_t * gvc, char *layout)
 {
index d8e89331de44ceb8ce75172c46f1e0625d3e695a..816ef969edb5aea41a8e3f19031ce826908b4548 100644 (file)
@@ -22,7 +22,7 @@
 #include        "config.h"
 #include        "types.h"
 #include        "macros.h"
-#include        "gvrender.h"
+#include        "gvc.h"
 
 /*
  * Define an apis array of name strings using an enumerated api_t as index.
index f3124ff57c02906e22452a6983fcc115c0d6aba7..3508b62a22080591878317e259e1b182e308d294 100644 (file)
@@ -20,7 +20,7 @@
 #define GVLAYOUT_PLUGIN_H
 
 #include "gvplugin.h"
-#include "gvrenderint.h"
+#include "gvcint.h"
 
 #ifdef __cplusplus
 extern "C" {
index e043eec4426a47a2092d44d2612735df3488a077..60272161c95acc4f5b2d5d14dbf282264849365e 100644 (file)
@@ -20,7 +20,7 @@
 #define GVRENDER_PLUGIN_H
 
 #include "gvplugin.h"
-#include "gvrenderint.h"
+#include "gvcint.h"
 
 #ifdef __cplusplus
 extern "C" {
index 712992d66a9f56f4ac8ee35501c299fe687eb632..6417a271c1aca753fae9c28d9f9f13a892cac418 100644 (file)
@@ -41,7 +41,7 @@
 #include "cdt.h"
 
 #include "gvplugin_render.h"
-#include "gvrender.h"
+#include "gvc.h"
 
 /* FIXME - need these but without rest of crap in common/ */
 extern void colorxlate(char *str, color_t * color,