]> granicus.if.org Git - graphviz/commitdiff
complete API_text -> API_textlayout renaming
authorellson <devnull@localhost>
Wed, 4 May 2005 01:07:31 +0000 (01:07 +0000)
committerellson <devnull@localhost>
Wed, 4 May 2005 01:07:31 +0000 (01:07 +0000)
lib/gvc/Makefile.am
lib/gvc/gvplugin_textlayout.h [moved from lib/gvc/gvplugin_text.h with 100% similarity]
lib/gvc/gvtextlayout.c

index e5e895f439c38f16e7c8837952d38d163d853436..a678ab4754bd39fe2d33ec544cf4050aa61b6c3b 100644 (file)
@@ -11,7 +11,7 @@ AM_CPPFLAGS = \
 LIBS = $(LIBLTDL) $(SOCKET_LIBS)
 
 pkginclude_HEADERS = gvc.h gvcint.h gvplugin.h \
-       gvplugin_render.h gvplugin_layout.h gvplugin_text.h 
+       gvplugin_render.h gvplugin_layout.h gvplugin_textlayout.h 
 pkglib_LTLIBRARIES = libgvc.la
 
 libgvc_la_SOURCES = gvrender.c gvlayout.c gvtextlayout.c gvcontext.c \
index 40e0b0c09239089afbae093ed6369cefb725be3d..0b128fed8782e6467fe5164fbfd8ab6e2ccc59cf 100644 (file)
@@ -28,7 +28,7 @@
 #include "types.h"
 #include "macros.h"
 
-#include "gvplugin_text.h"
+#include "gvplugin_textlayout.h"
 #include "gvc.h"
 
 int gvtext_select(GVC_t * gvc, char *text_layout)