#endif
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
#include "tlayout.h"
/* Default layout values, possibly set via command line; -1 indicates unset */
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
#define EPSILON .0001
#include <ctype.h>
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
#include "agxbuf.h"
static char *defaultlinestyle[3] = { "solid\0", "setlinewidth\0001\0", 0 };
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
#include "utils.h"
//#ifdef HAVE_CAIRO
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "gd.h"
+#include "gd.h"
/* sometimes fonts are stored under a different name */
char *gd_alternate_fontlist(char *font)
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "gd.h"
+#include "gd.h"
static Dict_t *ImageDict;
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
#include "htmltable.h"
#include "htmlparse.h"
#include "htmllex.h"
* handled correctly by the table.
*/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
#include "htmltable.h"
#include "agxbuf.h"
#include "pointset.h"
#ifndef TABLE_H
#define TABLE_H
-#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-
#define FIXED_FLAG 1
#define HALIGN_RIGHT (1 << 1)
#define HALIGN_LEFT (1 << 2)
* AT&T Research, Florham Park NJ *
**********************************************************/
-#include <ctype.h>
+#include <ctype.h>
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "htmltable.h"
+#include "htmltable.h"
char *Gvfilepath;
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "htmltable.h"
-#include <limits.h>
+#include "htmltable.h"
+#include <limits.h>
#ifndef DISABLE_CODEGENS
extern codegen_t *Output_codegen;
*/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
static int init_graph(graph_t *);
static void dfs_cutval(node_t * v, edge_t * par);
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "agxbuf.h"
+#include "agxbuf.h"
static int e_arrows; /* graph has edges with end arrows */
static int s_arrows; /* graph has edges with start arrows */
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
static int Rankdir;
#include <stdio.h>
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
static int N_EPSF_files;
static Dict_t *EPSF_contents;
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "pathplan.h"
+#include "pathplan.h"
#ifdef UNUSED
static box *bs = NULL;
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
-#include "htmltable.h"
-#include <limits.h>
+#include "htmltable.h"
+#include <limits.h>
#ifndef DISABLE_CODEGENS
extern codegen_t VRML_CodeGen;
*/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
static int debugleveln(edge_t* e, int i)
{
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
-#include "gvcint.h"
-#include "gvcproc.h"
point svg_image_size(graph_t * g, char *shapeimagefile)
{
#include <unistd.h>
#endif
-#include "types.h"
-#include "graph.h"
+#include "render.h"
#include "agxbuf.h"
-#include "memory.h"
-#include "utils.h"
#include "htmltable.h"
/*
* AT&T Research, Florham Park NJ *
**********************************************************/
-#include "render.h"
+#include "types.h"
+#include "graph.h"
+#include "const.h"
#include "gvplugin.h"
#include "gvcint.h"
#include "gvcproc.h"
extern GVC_t *gvNEWcontext(char **info, char *user);
extern char *gvUsername(void);
+extern int gvRenderJobs (GVC_t * gvc, graph_t * g);
char *LibInfo[] = {
"libgvc", /* Program */
#include "types.h"
#include "gvplugin_device.h"
-#include "gvplugin.h"
#include "gvcint.h"
#include "gvcproc.h"
**********************************************************/
#include "render.h"
-#include "gvplugin.h"
+#include "gvcjob.h"
#include "gvcint.h"
#include "gvcproc.h"
return 0;
}
+static void gvevent_modify (GVJ_t * job, char *name, char *value)
+{
+ /* FIXME */
+}
+
static void gvevent_delete (GVJ_t * job)
{
/* FIXME */
gvevent_button_press,
gvevent_button_release,
gvevent_motion,
+ gvevent_modify,
gvevent_delete,
gvevent_read,
gvevent_layout,
gvevent_render,
- NULL,
};
#include "cdt.h"
#include "gvplugin_layout.h"
-#include "gvplugin.h"
#include "gvcint.h"
#include "gvcproc.h"
#include "cdt.h"
#include "gvplugin_render.h"
-#include "gvplugin.h"
#include "gvcint.h"
#include "gvcproc.h"
#include "types.h"
#include "gvplugin_textlayout.h"
-#include "gvplugin.h"
#include "gvcint.h"
#include "gvcproc.h"
#include "graph.h"
#include "gvplugin_usershape.h"
-#include "gvplugin.h"
#include "gvcint.h"
#include "gvcproc.h"